Package org.ghotibeaun.json.parser.jep
Class ParserConfiguration
java.lang.Object
org.ghotibeaun.json.parser.jep.ParserConfiguration
public class ParserConfiguration extends Object
-
Method Summary
Modifier and Type Method Description JSONEventHandler
getEventHandler()
JSONEventProcessor
getEventProcessor()
JSONEventProvider
getEventProvider()
void
init()
static ParserConfiguration
newConfiguration(JSONEventHandler eventHandler)
static ParserConfiguration
newConfiguration(JSONEventHandler eventHandler, JSONEventProvider provider)
static ParserConfiguration
newConfiguration(JSONEventHandler eventHandler, JSONEventProcessor processor, JSONEventProvider provider)
-
Method Details
-
getEventHandler
-
getEventProvider
-
getEventProcessor
-
newConfiguration
-
newConfiguration
public static ParserConfiguration newConfiguration(JSONEventHandler eventHandler, JSONEventProvider provider) -
newConfiguration
public static ParserConfiguration newConfiguration(JSONEventHandler eventHandler, JSONEventProcessor processor, JSONEventProvider provider) -
init
public void init()
-