Uses of Interface
de.odysseus.staxon.json.JsonXMLConfig

Packages that use JsonXMLConfig
de.odysseus.staxon.json Classes to read and write JSON via StAX. 
 

Uses of JsonXMLConfig in de.odysseus.staxon.json
 

Classes in de.odysseus.staxon.json that implement JsonXMLConfig
 class JsonXMLConfigImpl
          Simple JSON XML configuration.
 

Fields in de.odysseus.staxon.json declared as JsonXMLConfig
static JsonXMLConfig JsonXMLConfig.DEFAULT
          Default configuration:
 

Methods in de.odysseus.staxon.json that return JsonXMLConfig
 JsonXMLConfig JsonXMLConfigBuilder.build()
          Build a new configuration.
 

Constructors in de.odysseus.staxon.json with parameters of type JsonXMLConfig
JsonXMLInputFactory(JsonXMLConfig config)
           
JsonXMLInputFactory(JsonXMLConfig config, JsonStreamFactory streamFactory)
           
JsonXMLOutputFactory(JsonXMLConfig config)
           
JsonXMLOutputFactory(JsonXMLConfig config, JsonStreamFactory streamFactory)
           
 



Copyright © 2011-2012. All Rights Reserved.