Package com.vaadin.shared
Class JsonConstants
- java.lang.Object
-
- com.vaadin.shared.JsonConstants
-
- All Implemented Interfaces:
Serializable
public class JsonConstants extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
JSON_CONTENT_TYPE
static String
VTYPE_ARRAY
static String
VTYPE_BOOLEAN
static String
VTYPE_CONNECTOR
static String
VTYPE_DOUBLE
static String
VTYPE_FLOAT
static String
VTYPE_INTEGER
static String
VTYPE_LIST
static String
VTYPE_LONG
static String
VTYPE_MAP
static String
VTYPE_NULL
static String
VTYPE_SET
static String
VTYPE_STRING
static String
VTYPE_STRINGARRAY
-
Constructor Summary
Constructors Constructor Description JsonConstants()
-
-
-
Field Detail
-
VTYPE_CONNECTOR
public static final String VTYPE_CONNECTOR
- See Also:
- Constant Field Values
-
VTYPE_BOOLEAN
public static final String VTYPE_BOOLEAN
- See Also:
- Constant Field Values
-
VTYPE_DOUBLE
public static final String VTYPE_DOUBLE
- See Also:
- Constant Field Values
-
VTYPE_FLOAT
public static final String VTYPE_FLOAT
- See Also:
- Constant Field Values
-
VTYPE_LONG
public static final String VTYPE_LONG
- See Also:
- Constant Field Values
-
VTYPE_INTEGER
public static final String VTYPE_INTEGER
- See Also:
- Constant Field Values
-
VTYPE_STRING
public static final String VTYPE_STRING
- See Also:
- Constant Field Values
-
VTYPE_ARRAY
public static final String VTYPE_ARRAY
- See Also:
- Constant Field Values
-
VTYPE_STRINGARRAY
public static final String VTYPE_STRINGARRAY
- See Also:
- Constant Field Values
-
VTYPE_MAP
public static final String VTYPE_MAP
- See Also:
- Constant Field Values
-
VTYPE_LIST
public static final String VTYPE_LIST
- See Also:
- Constant Field Values
-
VTYPE_SET
public static final String VTYPE_SET
- See Also:
- Constant Field Values
-
VTYPE_NULL
public static final String VTYPE_NULL
- See Also:
- Constant Field Values
-
JSON_CONTENT_TYPE
public static final String JSON_CONTENT_TYPE
- See Also:
- Constant Field Values
-
-