@Deprecated public static enum JSONJAXBContext.JSONNotation extends Enum<JSONJAXBContext.JSONNotation>
Enum Constant and Description |
---|
BADGERFISH
Deprecated.
|
MAPPED
Deprecated.
|
MAPPED_JETTISON
Deprecated.
|
NATURAL
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static JSONJAXBContext.JSONNotation |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static JSONJAXBContext.JSONNotation[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@Deprecated public static final JSONJAXBContext.JSONNotation MAPPED
@Deprecated public static final JSONJAXBContext.JSONNotation MAPPED_JETTISON
@Deprecated public static final JSONJAXBContext.JSONNotation BADGERFISH
@Deprecated public static final JSONJAXBContext.JSONNotation NATURAL
public static JSONJAXBContext.JSONNotation[] values()
for (JSONJAXBContext.JSONNotation c : JSONJAXBContext.JSONNotation.values()) System.out.println(c);
public static JSONJAXBContext.JSONNotation valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullCopyright © 2013 Oracle Corporation. All rights reserved.