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

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

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

Methods in com.sun.jersey.api.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.
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.