Uses of Interface
org.ghotibeaun.json.parser.jep.eventhandler.JSONEventHandler
Package | Description |
---|---|
org.ghotibeaun.json.parser.jep | |
org.ghotibeaun.json.parser.jep.eventhandler | |
org.ghotibeaun.json.parser.jep.eventprovider |
-
Uses of JSONEventHandler in org.ghotibeaun.json.parser.jep
Methods in org.ghotibeaun.json.parser.jep that return JSONEventHandler Modifier and Type Method Description JSONEventHandler
ParserConfiguration. getEventHandler()
Methods in org.ghotibeaun.json.parser.jep with parameters of type JSONEventHandler Modifier and Type Method Description static ParserConfiguration
ParserConfiguration. newConfiguration(JSONEventHandler eventHandler)
static ParserConfiguration
ParserConfiguration. newConfiguration(JSONEventHandler eventHandler, JSONEventProvider provider)
static ParserConfiguration
ParserConfiguration. newConfiguration(JSONEventHandler eventHandler, JSONEventProcessor processor, JSONEventProvider provider)
-
Uses of JSONEventHandler in org.ghotibeaun.json.parser.jep.eventhandler
Classes in org.ghotibeaun.json.parser.jep.eventhandler that implement JSONEventHandler Modifier and Type Class Description class
ConsoleEventHandler
class
EventHandler
class
StackEventHandler
Abstract event handler that holds information about current key and object/array contexts while traversing a JSON object -
Uses of JSONEventHandler in org.ghotibeaun.json.parser.jep.eventprovider
Methods in org.ghotibeaun.json.parser.jep.eventprovider that return JSONEventHandler Modifier and Type Method Description JSONEventHandler
EventProvider. getEventHandler()