Uses of Class
org.ghotibeaun.json.parser.jep.eventhandler.EventHandler
Package | Description |
---|---|
org.ghotibeaun.json.parser.jep | |
org.ghotibeaun.json.parser.jep.eventhandler |
-
Uses of EventHandler in org.ghotibeaun.json.parser.jep
Methods in org.ghotibeaun.json.parser.jep with parameters of type EventHandler Modifier and Type Method Description static ParserSettings
ParserSettings. newSettings(EventHandler handler)
-
Uses of EventHandler in org.ghotibeaun.json.parser.jep.eventhandler
Subclasses of EventHandler in org.ghotibeaun.json.parser.jep.eventhandler Modifier and Type Class Description class
ConsoleEventHandler
class
StackEventHandler
Abstract event handler that holds information about current key and object/array contexts while traversing a JSON objectMethods in org.ghotibeaun.json.parser.jep.eventhandler that return EventHandler Modifier and Type Method Description static EventHandler
EventHandler. consoleEventHandler()