Uses of Interface
org.ghotibeaun.json.parser.jep.eventprovider.JSONEventProvider
| Package | Description |
|---|---|
| org.ghotibeaun.json.parser.jep | |
| org.ghotibeaun.json.parser.jep.eventprovider | |
| org.ghotibeaun.json.parser.jep.processor |
-
Uses of JSONEventProvider in org.ghotibeaun.json.parser.jep
Methods in org.ghotibeaun.json.parser.jep that return JSONEventProvider Modifier and Type Method Description JSONEventProviderParserConfiguration. getEventProvider()Methods in org.ghotibeaun.json.parser.jep with parameters of type JSONEventProvider Modifier and Type Method Description static ParserConfigurationParserConfiguration. newConfiguration(JSONEventHandler eventHandler, JSONEventProvider provider)static ParserConfigurationParserConfiguration. newConfiguration(JSONEventHandler eventHandler, JSONEventProcessor processor, JSONEventProvider provider) -
Uses of JSONEventProvider in org.ghotibeaun.json.parser.jep.eventprovider
Classes in org.ghotibeaun.json.parser.jep.eventprovider that implement JSONEventProvider Modifier and Type Class Description classEventProvider -
Uses of JSONEventProvider in org.ghotibeaun.json.parser.jep.processor
Methods in org.ghotibeaun.json.parser.jep.processor that return JSONEventProvider Modifier and Type Method Description JSONEventProviderEventProcessor. getEventProvider()JSONEventProviderJSONEventProcessor. getEventProvider()