Uses of Class
org.ghotibeaun.json.parser.jep.ParserConfiguration
Package | Description |
---|---|
org.ghotibeaun.json.parser.jep |
-
Uses of ParserConfiguration in org.ghotibeaun.json.parser.jep
Methods in org.ghotibeaun.json.parser.jep that return ParserConfiguration Modifier and Type Method Description ParserConfiguration
ParserSettings. getParserConfiguration()
static ParserConfiguration
ParserConfiguration. newConfiguration(JSONEventHandler eventHandler)
static ParserConfiguration
ParserConfiguration. newConfiguration(JSONEventHandler eventHandler, JSONEventProvider provider)
static ParserConfiguration
ParserConfiguration. newConfiguration(JSONEventHandler eventHandler, JSONEventProcessor processor, JSONEventProvider provider)
Methods in org.ghotibeaun.json.parser.jep with parameters of type ParserConfiguration Modifier and Type Method Description ParserSettings
ParserSettings. setParserConfiguration(ParserConfiguration configuration)
Constructors in org.ghotibeaun.json.parser.jep with parameters of type ParserConfiguration Constructor Description ParserSettings(ParserConfiguration parserConfiguration)