Uses of Class
com.sun.jersey.api.json.JSONConfiguration

Packages that use JSONConfiguration
com.sun.jersey.api.json Provides support for enabling and configuring JSON. 
com.sun.jersey.json.impl   
 

Uses of JSONConfiguration in com.sun.jersey.api.json
 

Fields in com.sun.jersey.api.json declared as JSONConfiguration
static JSONConfiguration JSONConfiguration.DEFAULT
          The default JSONConfiguration uses JSONConfiguration.Notation.MAPPED notation with root unwrapping option set to true.
 

Methods in com.sun.jersey.api.json that return JSONConfiguration
 JSONConfiguration JSONConfiguration.Builder.build()
          Constructs a new immutable JSONConfiguration object based on options set on this Builder
 JSONConfiguration JSONJAXBContext.getJSONConfiguration()
           
 JSONConfiguration JSONConfigurated.getJSONConfiguration()
          Provides information on current JSON configuration options for this object.
 

Constructors in com.sun.jersey.api.json with parameters of type JSONConfiguration
JSONJAXBContext(JSONConfiguration config, java.lang.Class... classesToBeBound)
          Constructs a new instance with given JSONConfiguration.
JSONJAXBContext(JSONConfiguration config, java.lang.Class[] classesToBeBound, java.util.Map<java.lang.String,java.lang.Object> properties)
          Constructs a new instance with a custom set of properties.
JSONJAXBContext(JSONConfiguration config, java.lang.String contextPath)
          Construct a new instance of using context class loader of the thread with given JSONConfiguration.
JSONJAXBContext(JSONConfiguration config, java.lang.String contextPath, java.lang.ClassLoader classLoader, java.util.Map<java.lang.String,java.lang.Object> properties)
          Construct a new instance using a specified class loader, set of properties and JSONConfiguration .
 

Uses of JSONConfiguration in com.sun.jersey.json.impl
 

Methods in com.sun.jersey.json.impl that return JSONConfiguration
 JSONConfiguration JSONUnmarshaller.getJSONConfiguration()
           
 JSONConfiguration JSONMarshaller.getJSONConfiguration()
           
 

Methods in com.sun.jersey.json.impl with parameters of type JSONConfiguration
static javax.xml.stream.XMLStreamReader Stax2JsonFactory.createReader(java.io.Reader reader, JSONConfiguration config, java.lang.String rootName)
           
static javax.xml.stream.XMLStreamReader Stax2JsonFactory.createReader(java.io.Reader reader, JSONConfiguration config, java.lang.String rootName, boolean readingList)
           
static javax.xml.stream.XMLStreamWriter Stax2JsonFactory.createWriter(java.io.Writer writer, JSONConfiguration config)
           
static javax.xml.stream.XMLStreamWriter Stax2JsonFactory.createWriter(java.io.Writer writer, JSONConfiguration config, boolean writingList)
           
 

Constructors in com.sun.jersey.json.impl with parameters of type JSONConfiguration
JSONMarshaller(javax.xml.bind.JAXBContext jaxbContext, JSONConfiguration jsonConfig)
           
JSONUnmarshaller(javax.xml.bind.JAXBContext jaxbContext, JSONConfiguration jsonConfig)
           
 



Copyright © 2009 Sun Microsystems, Inc. All Rights Reserved.