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(java.lang.String... arrays)
          Adds name(s) to JSON arrays configuration property.
 JSONConfiguration.MappedBuilder JSONConfiguration.MappedBuilder.attributeAsElement(java.lang.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(java.lang.String... nonStrings)
          Adds name(s) JSON non-string values property.
 JSONConfiguration.MappedBuilder JSONConfiguration.MappedBuilder.rootUnwrapping(boolean rootUnwrapping)
          Setter for XML root element unwrapping.
 JSONConfiguration.MappedBuilder JSONConfiguration.MappedBuilder.xml2JsonNs(java.util.Map<java.lang.String,java.lang.String> jsonXml2JsonNs)
          Setter for XML to JSON namespace mapping.
 



Copyright © 2011 Sun Microsystems, Inc. All Rights Reserved.