|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JSONConfiguration | |
---|---|
com.sun.jersey.api.json | Provides support for enabling and configuring JSON. |
com.sun.jersey.json.impl | |
com.sun.jersey.json.impl.reader | |
com.sun.jersey.json.impl.writer |
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 |
static JSONConfiguration |
JSONConfiguration.createJSONConfigurationWithFormatted(JSONConfiguration c,
boolean formatted)
A static method for obtaining JSONConfiguration instance with humanReadableFormatting
set according to formatted parameter. |
JSONConfiguration |
JSONConfigurated.getJSONConfiguration()
Provides information on current JSON configuration options for this object. |
JSONConfiguration |
JSONJAXBContext.getJSONConfiguration()
Get the JSON configuration. |
Methods in com.sun.jersey.api.json with parameters of type JSONConfiguration | |
---|---|
static JSONConfiguration |
JSONConfiguration.createJSONConfigurationWithFormatted(JSONConfiguration c,
boolean formatted)
A static method for obtaining JSONConfiguration instance with humanReadableFormatting
set according to formatted parameter. |
Constructors in com.sun.jersey.api.json with parameters of type JSONConfiguration | |
---|---|
JSONJAXBContext(JSONConfiguration config,
Class... classesToBeBound)
Constructs a new instance with given JSONConfiguration . |
|
JSONJAXBContext(JSONConfiguration config,
Class[] classesToBeBound,
Map<String,Object> properties)
Constructs a new instance with a custom set of properties. |
|
JSONJAXBContext(JSONConfiguration config,
String contextPath)
Construct a new instance of using context class loader of the thread with given JSONConfiguration . |
|
JSONJAXBContext(JSONConfiguration config,
String contextPath,
ClassLoader classLoader,
Map<String,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 |
---|
Fields in com.sun.jersey.json.impl declared as JSONConfiguration | |
---|---|
protected JSONConfiguration |
BaseJSONUnmarshaller.jsonConfig
|
protected JSONConfiguration |
BaseJSONMarshaller.jsonConfig
|
Methods in com.sun.jersey.json.impl that return JSONConfiguration | |
---|---|
JSONConfiguration |
BaseJSONUnmarshaller.getJSONConfiguration()
|
JSONConfiguration |
BaseJSONMarshaller.getJSONConfiguration()
|
Methods in com.sun.jersey.json.impl with parameters of type JSONConfiguration | |
---|---|
static XMLStreamReader |
Stax2JsonFactory.createReader(Reader reader,
JSONConfiguration config,
String rootName)
|
static XMLStreamReader |
Stax2JsonFactory.createReader(Reader reader,
JSONConfiguration config,
String rootName,
boolean readingList)
|
static XMLStreamWriter |
Stax2JsonFactory.createWriter(Writer writer,
JSONConfiguration config)
|
static XMLStreamWriter |
Stax2JsonFactory.createWriter(Writer writer,
JSONConfiguration config,
boolean writingList)
|
Constructors in com.sun.jersey.json.impl with parameters of type JSONConfiguration | |
---|---|
BaseJSONMarshaller(JAXBContext jaxbContext,
JSONConfiguration jsonConfig)
|
|
BaseJSONMarshaller(Marshaller jaxbMarshaller,
JSONConfiguration jsonConfig)
|
|
BaseJSONUnmarshaller(JAXBContext jaxbContext,
JSONConfiguration jsonConfig)
|
|
BaseJSONUnmarshaller(Unmarshaller jaxbUnmarshaller,
JSONConfiguration jsonConfig)
|
|
JSONMarshallerImpl(JAXBContext jaxbContext,
JSONConfiguration jsonConfig)
|
|
JSONUnmarshallerImpl(JAXBContext jaxbContext,
JSONConfiguration jsonConfig)
|
Uses of JSONConfiguration in com.sun.jersey.json.impl.reader |
---|
Constructors in com.sun.jersey.json.impl.reader with parameters of type JSONConfiguration | |
---|---|
Jackson2StaxReader(org.codehaus.jackson.JsonParser parser,
JSONConfiguration config)
|
|
JsonXmlStreamReader(Reader reader,
JSONConfiguration config)
|
|
JsonXmlStreamReader(Reader reader,
String rootElementName,
JSONConfiguration config)
|
Uses of JSONConfiguration in com.sun.jersey.json.impl.writer |
---|
Methods in com.sun.jersey.json.impl.writer with parameters of type JSONConfiguration | |
---|---|
static XMLStreamWriter |
JsonXmlStreamWriter.createWriter(Writer writer,
JSONConfiguration config)
|
Constructors in com.sun.jersey.json.impl.writer with parameters of type JSONConfiguration | |
---|---|
Stax2JacksonWriter(org.codehaus.jackson.JsonGenerator generator,
JSONConfiguration config)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |