|
Oracle Fusion Middleware Java API Reference for Oracle Mobile Application Framework 2.0.0.0.0 E36392-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JSONTokens
Interface defining JSON properties used by ADFMF as framework properties while (de)serializing objects.
Field Summary | |
---|---|
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 |
Field Detail |
---|
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
|
Oracle Fusion Middleware Java API Reference for Oracle Mobile Application Framework 2.0.0.0.0 E36392-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |