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

Packages that use JsonConfiguration.NaturalBuilder
org.glassfish.jersey.media.json Jersey JSON provider classes. 
 

Uses of JsonConfiguration.NaturalBuilder in org.glassfish.jersey.media.json
 

Methods in org.glassfish.jersey.media.json that return JsonConfiguration.NaturalBuilder
 JsonConfiguration.NaturalBuilder JsonConfiguration.NaturalBuilder.humanReadableFormatting(boolean humanReadableFormatting)
          If set to true, generated JSON will contain new-line characters and indentation, so that the output is easy to read for people.
static JsonConfiguration.NaturalBuilder JsonConfiguration.natural()
          A static method for obtaining a builder of JsonConfiguration instance, which will use JsonConfiguration.Notation.NATURAL JSON notation.
 JsonConfiguration.NaturalBuilder JsonConfiguration.NaturalBuilder.rootUnwrapping(boolean rootUnwrapping)
          Setter for XML root element unwrapping.
 JsonConfiguration.NaturalBuilder JsonConfiguration.NaturalBuilder.usePrefixesAtNaturalAttributes()
          JSON names corresponding to XML attributes will be written using a '@' prefix This property is valid for the JsonConfiguration.Notation.NATURAL notation only.
 



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