Package | Description |
---|---|
com.sun.jersey.api.json |
Provides support for enabling and configuring JSON.
|
Modifier and Type | Method and Description |
---|---|
JSONConfiguration.Notation |
JSONConfiguration.getNotation()
Returns JSON notation selected for this configuration
|
static JSONConfiguration.Notation |
JSONConfiguration.Notation.valueOf(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 © 2013 Oracle Corporation. All rights reserved.