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

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

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

Methods in com.sun.jersey.api.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 © 2011 Sun Microsystems, Inc. All Rights Reserved.