public class TsonStreamParserConfig extends Object
| Constructor and Description |
|---|
TsonStreamParserConfig() |
| Modifier and Type | Method and Description |
|---|---|
TsonParserVisitor |
getVisitor() |
boolean |
isRawComments() |
boolean |
isSkipComments() |
boolean |
isSkipHeader() |
TsonStreamParserConfig |
setRawComments(boolean rawComments) |
TsonStreamParserConfig |
setSkipComments(boolean skipComments) |
TsonStreamParserConfig |
setSkipHeader(boolean skipHeader) |
TsonStreamParserConfig |
setVisitor(TsonParserVisitor visitor) |
public boolean isSkipComments()
public TsonStreamParserConfig setSkipComments(boolean skipComments)
public boolean isSkipHeader()
public TsonStreamParserConfig setSkipHeader(boolean skipHeader)
public TsonParserVisitor getVisitor()
public TsonStreamParserConfig setVisitor(TsonParserVisitor visitor)
public boolean isRawComments()
public TsonStreamParserConfig setRawComments(boolean rawComments)
Copyright © 2025 vpc open source initiative. All rights reserved.