Interface TsonDocumentHeaderBuilder
public interface TsonDocumentHeaderBuilder
-
Method Summary
Modifier and TypeMethodDescriptionaddParam(TsonElementBase element) addParam(TsonElementBase element, int index) addParams(Iterable<? extends TsonElementBase> element) addParams(TsonElementBase... element) build()removeParam(TsonElementBase element) removeParamAt(int index) reset()setEncoding(String encoding) setVersion(String version) with(TsonElementBase... elements)
-
Method Details
-
reset
TsonDocumentHeaderBuilder reset() -
parse
-
setVersion
-
setEncoding
-
getVersion
String getVersion() -
getEncoding
String getEncoding() -
getParams
TsonElement[] getParams() -
with
-
addParam
-
removeParam
-
addParam
-
removeParamAt
-
addParams
-
addParams
-
toAnnotation
TsonAnnotation toAnnotation() -
build
TsonDocumentHeader build()
-