Oracle Fusion Middleware Java API Reference for Oracle Mobile Application Framework
2.0.0.0.0

E36392-01

oracle.adfmf.framework.api
Interface JSONTokens


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

KEY_PROPERTY

static final String KEY_PROPERTY
Property with an Object value which contains key object

See Also:
Constant Field Values

NULL_FLAG_PROPERTY

static final String NULL_FLAG_PROPERTY
Property with a boolean value indicating if this object is null or not

See Also:
Constant Field Values

TYPE_PROPERTY

static final String TYPE_PROPERTY
Property with a String value containing the type of the object, like class name. This is injected while serializing objects as it is used when deserializing the object back to Java object.

See Also:
Constant Field Values

TRANSIENT_FLAG_PROPERTY

static final String TRANSIENT_FLAG_PROPERTY
Property with a boolean value indicating if this object is transient or not

See Also:
Constant Field Values

EXCEPTION_FLAG_PROPERTY

static final String EXCEPTION_FLAG_PROPERTY
Property with a boolean value indicating if an exception happened and the JSON object contains exception message

See Also:
Constant Field Values

KEYS_ORDERED_SET_KEY

static final String KEYS_ORDERED_SET_KEY
Property which contains a collection of keys

See Also:
Constant Field Values

VALUE_REF_PROPERTY

static final String VALUE_REF_PROPERTY
Property which denotes the value is actually a reference (EL expression)

See Also:
Constant Field Values

WEAKREF_PROPERTY

static final String WEAKREF_PROPERTY
Property which denotes a weak reference to an impicit scoped variable

See Also:
Constant Field Values

JSON_FORMAT

static final String JSON_FORMAT
String to indicate JSON formatting

See Also:
Constant Field Values

SEVERITY_KEY

static final String SEVERITY_KEY
Property to contain exception's severity

See Also:
Constant Field Values

Oracle Fusion Middleware Java API Reference for Oracle Mobile Application Framework
2.0.0.0.0

E36392-01

Copyright © 2014 Oracle. All Rights Reserved.