Class TsonStreamParserConfig
java.lang.Object
net.thevpc.tson.TsonStreamParserConfig
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleansetRawComments(boolean rawComments) setSkipComments(boolean skipComments) setSkipHeader(boolean skipHeader) setVisitor(TsonParserVisitor visitor)
-
Constructor Details
-
TsonStreamParserConfig
public TsonStreamParserConfig()
-
-
Method Details
-
isSkipComments
public boolean isSkipComments() -
setSkipComments
-
isSkipHeader
public boolean isSkipHeader() -
setSkipHeader
-
getVisitor
-
setVisitor
-
isRawComments
public boolean isRawComments() -
setRawComments
-