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

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're declared.
 



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