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 JSONEventHandlergetEventHandler()JSONEventProcessorgetEventProcessor()JSONEventProvidergetEventProvider()voidinit()static ParserConfigurationnewConfiguration(JSONEventHandler eventHandler)static ParserConfigurationnewConfiguration(JSONEventHandler eventHandler, JSONEventProvider provider)static ParserConfigurationnewConfiguration(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()
-