public interface JSONTokens
Modifier and Type | Field and Description |
---|---|
static String |
EXCEPTION_FLAG_PROPERTY
Property with a boolean value indicating if an exception happened and the
JSON object contains exception message
|
static String |
JSON_FORMAT
String to indicate JSON formatting
|
static String |
KEY_PROPERTY
Property with an Object value which contains key object
|
static String |
KEYS_ORDERED_SET_KEY
Property which contains a collection of keys
|
static String |
NULL_FLAG_PROPERTY
Property with a boolean value indicating if this object is null or not
|
static String |
SEVERITY_KEY
Property to contain exception's severity
|
static String |
TRANSIENT_FLAG_PROPERTY
Property with a boolean value indicating if this object is transient or not
|
static String |
TYPE_PROPERTY
Property with a String value containing the type of the object, like class
name.
|
static String |
VALUE_REF_PROPERTY
Property which denotes the value is actually a reference (EL expression)
|
static String |
WEAKREF_PROPERTY
Property which denotes a weak reference to an impicit scoped variable
|
static final String KEY_PROPERTY
static final String NULL_FLAG_PROPERTY
static final String TYPE_PROPERTY
static final String TRANSIENT_FLAG_PROPERTY
static final String EXCEPTION_FLAG_PROPERTY
static final String KEYS_ORDERED_SET_KEY
static final String VALUE_REF_PROPERTY
static final String WEAKREF_PROPERTY
static final String JSON_FORMAT
static final String SEVERITY_KEY