Uses of Interface
org.ghotibeaun.json.parser.jep.processor.JSONEventProcessor
Package | Description |
---|---|
org.ghotibeaun.json.parser.jep | |
org.ghotibeaun.json.parser.jep.processor |
-
Uses of JSONEventProcessor in org.ghotibeaun.json.parser.jep
Methods in org.ghotibeaun.json.parser.jep that return JSONEventProcessor Modifier and Type Method Description JSONEventProcessor
ParserConfiguration. getEventProcessor()
Methods in org.ghotibeaun.json.parser.jep with parameters of type JSONEventProcessor Modifier and Type Method Description static ParserConfiguration
ParserConfiguration. newConfiguration(JSONEventHandler eventHandler, JSONEventProcessor processor, JSONEventProvider provider)
-
Uses of JSONEventProcessor in org.ghotibeaun.json.parser.jep.processor
Classes in org.ghotibeaun.json.parser.jep.processor that implement JSONEventProcessor Modifier and Type Class Description class
BaseEventProcessor
class
EventProcessor