Package | Description |
---|---|
com.sun.jersey.api.json |
Provides support for enabling and configuring JSON.
|
Modifier and Type | Method and Description |
---|---|
JSONConfiguration.MappedBuilder |
JSONConfiguration.MappedBuilder.arrays(String... arrays)
Adds name(s) to JSON arrays configuration property.
|
JSONConfiguration.MappedBuilder |
JSONConfiguration.MappedBuilder.attributeAsElement(String... attributeAsElements)
Adds name(s) toJSON attributes as elements property.
|
static JSONConfiguration.MappedBuilder |
JSONConfiguration.mapped()
A static method for obtaining a builder of
JSONConfiguration instance, which will use JSONConfiguration.Notation.MAPPED JSON notation. |
JSONConfiguration.MappedBuilder |
JSONConfiguration.MappedBuilder.nonStrings(String... nonStrings)
Adds name(s) JSON non-string values property.
|
JSONConfiguration.MappedBuilder |
JSONConfiguration.MappedBuilder.nsSeparator(Character separator)
Setter for XML namespace separator.
|
JSONConfiguration.MappedBuilder |
JSONConfiguration.MappedBuilder.rootUnwrapping(boolean rootUnwrapping)
Setter for XML root element unwrapping.
|
JSONConfiguration.MappedBuilder |
JSONConfiguration.MappedBuilder.xml2JsonNs(Map<String,String> jsonXml2JsonNs)
Setter for XML to JSON namespace mapping.
|
Copyright © 2013 Oracle Corporation. All rights reserved.