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 JSONEventProvider
ParserConfiguration. getEventProvider()
Methods in org.ghotibeaun.json.parser.jep with parameters of type JSONEventProvider Modifier and Type Method Description static ParserConfiguration
ParserConfiguration. newConfiguration(JSONEventHandler eventHandler, JSONEventProvider provider)
static ParserConfiguration
ParserConfiguration. 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 class
EventProvider
-
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 JSONEventProvider
EventProcessor. getEventProvider()
JSONEventProvider
JSONEventProcessor. getEventProvider()