|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JsonConfiguration.MappedBuilder | |
|---|---|
| org.glassfish.jersey.media.json | Jersey JSON provider classes. |
| Uses of JsonConfiguration.MappedBuilder in org.glassfish.jersey.media.json |
|---|
| Methods in org.glassfish.jersey.media.json that return JsonConfiguration.MappedBuilder | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||