|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<JsonUtils.Types>
org.exoplatform.ws.frameworks.json.impl.JsonUtils.Types
public static enum JsonUtils.Types
Known types.
| Enum Constant Summary | |
|---|---|
ARRAY_BOOLEAN
Array of Booleans. |
|
ARRAY_BYTE
Array of Bytes. |
|
ARRAY_CHAR
Array of Chars. |
|
ARRAY_DOUBLE
Array of Doubles. |
|
ARRAY_FLOAT
Array of Floats. |
|
ARRAY_INT
Array of Integers. |
|
ARRAY_LONG
Array of Longs. |
|
ARRAY_OBJECT
Array of Java Objects (beans). |
|
ARRAY_SHORT
Array of Shorts. |
|
ARRAY_STRING
Array of Strings. |
|
BOOLEAN
Boolean. |
|
BYTE
Byte. |
|
CHAR
Char. |
|
COLLECTION
Collection. |
|
DOUBLE
Double. |
|
FLOAT
Float. |
|
INT
Integer. |
|
LONG
Long. |
|
MAP
Map. |
|
NULL
Corresponding to null value. |
|
SHORT
Short. |
|
STRING
String. |
|
| Method Summary | |
|---|---|
static JsonUtils.Types |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static JsonUtils.Types[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final JsonUtils.Types BYTE
public static final JsonUtils.Types SHORT
public static final JsonUtils.Types INT
public static final JsonUtils.Types LONG
public static final JsonUtils.Types FLOAT
public static final JsonUtils.Types DOUBLE
public static final JsonUtils.Types BOOLEAN
public static final JsonUtils.Types CHAR
public static final JsonUtils.Types STRING
public static final JsonUtils.Types NULL
public static final JsonUtils.Types ARRAY_BYTE
public static final JsonUtils.Types ARRAY_SHORT
public static final JsonUtils.Types ARRAY_INT
public static final JsonUtils.Types ARRAY_LONG
public static final JsonUtils.Types ARRAY_FLOAT
public static final JsonUtils.Types ARRAY_DOUBLE
public static final JsonUtils.Types ARRAY_BOOLEAN
public static final JsonUtils.Types ARRAY_CHAR
public static final JsonUtils.Types ARRAY_STRING
public static final JsonUtils.Types ARRAY_OBJECT
public static final JsonUtils.Types COLLECTION
public static final JsonUtils.Types MAP
| Method Detail |
|---|
public static final JsonUtils.Types[] values()
for(JsonUtils.Types c : JsonUtils.Types.values())
System.out.println(c);
public static JsonUtils.Types valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||