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 ParserConfigurationParserSettings. getParserConfiguration()static ParserConfigurationParserConfiguration. newConfiguration(JSONEventHandler eventHandler)static ParserConfigurationParserConfiguration. newConfiguration(JSONEventHandler eventHandler, JSONEventProvider provider)static ParserConfigurationParserConfiguration. newConfiguration(JSONEventHandler eventHandler, JSONEventProcessor processor, JSONEventProvider provider)Methods in org.ghotibeaun.json.parser.jep with parameters of type ParserConfiguration Modifier and Type Method Description ParserSettingsParserSettings. setParserConfiguration(ParserConfiguration configuration)Constructors in org.ghotibeaun.json.parser.jep with parameters of type ParserConfiguration Constructor Description ParserSettings(ParserConfiguration parserConfiguration)