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

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

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

Methods in org.glassfish.jersey.media.json that return JsonConfiguration.Notation
 JsonConfiguration.Notation JsonConfiguration.getNotation()
          Returns JSON notation selected for this configuration
static JsonConfiguration.Notation JsonConfiguration.Notation.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static JsonConfiguration.Notation[] JsonConfiguration.Notation.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



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