A B C D E F G H I J L M N O P R S T U V W

J

JSON_ARRAYS - Static variable in class com.sun.jersey.api.json.JSONJAXBContext
Expects a list of names in JSON format, which represent arrays, and should be treated as arrays even if they contain just one single element.
JSON_ENABLED - Static variable in class com.sun.jersey.api.json.JSONJAXBContext
If set to true, JSON will be serialized/deserialized instead of XML
JSON_NON_STRINGS - Static variable in class com.sun.jersey.api.json.JSONJAXBContext
Expects a list of names in JSON format, which represent non-string values (such as numbers), and should be serialized out without surrounding double quotes I.e.
JSON_NOTATION - Static variable in class com.sun.jersey.api.json.JSONJAXBContext
Expects a String corresponding to desired JSON notation.
JSON_ROOT_UNWRAPPING - Static variable in class com.sun.jersey.api.json.JSONJAXBContext
If set to true, JSON code corresponding to the XML root element will be stripped out for MAPPED (default) notation.
JSON_XML2JSON_NS - Static variable in class com.sun.jersey.api.json.JSONJAXBContext
Via this property you can configure namespaces mapping used by MAPPED_JETTISON notation.
JSONJAXBContext - Class in com.sun.jersey.api.json
JSONJAXBContext is a configurable JAXBContext wrapper.
JSONJAXBContext(Class...) - Constructor for class com.sun.jersey.api.json.JSONJAXBContext
Constructs a new JSONJAXBContext with default properties.
JSONJAXBContext(Class[], Map<String, Object>) - Constructor for class com.sun.jersey.api.json.JSONJAXBContext
Constructs a new JSONJAXBContext with a custom set of properties.
JSONJAXBContext.JSONNotation - Enum in com.sun.jersey.api.json
 

A B C D E F G H I J L M N O P R S T U V W