Uses of Class
org.glassfish.jersey.media.json.JsonConfiguration.MappedBuilder

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(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.nsSeparator(java.lang.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(java.util.Map<java.lang.String,java.lang.String> jsonXml2JsonNs)
          Setter for XML to JSON namespace mapping.
 



Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.