@Deprecated public static enum JSONJAXBContext.JSONNotation extends java.lang.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(java.lang.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(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright © 2016 Oracle Corporation. All Rights Reserved.