Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile
11g Release 2 (11.1.2.3.0)

E27204-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 java.lang.String EXCEPTION_FLAG_PROPERTY
          Property with a boolean value indicating if an exception happened and the JSON object contains exception message
static java.lang.String JSON_FORMAT
          String to indicate JSON formatting
static java.lang.String KEY_PROPERTY
          Property with an Object value which contains key object
static java.lang.String KEYS_ORDERED_SET_KEY
          Property which contains a collection of keys
static java.lang.String NULL_FLAG_PROPERTY
          Property with a boolean value indicating if this object is null or not
static java.lang.String SEVERITY_KEY
          Property to contain exception's severity
static java.lang.String TRANSIENT_FLAG_PROPERTY
          Property with a boolean value indicating if this object is transient or not
static java.lang.String TYPE_PROPERTY
          Property with a String value containing the type of the object, like class name.
static java.lang.String VALUE_REF_PROPERTY
          Property which denotes the value is actually a reference (EL expression)
static java.lang.String WEAKREF_PROPERTY
          Property which denotes a weak reference to an impicit scoped variable

 

Field Detail

KEY_PROPERTY

static final java.lang.String KEY_PROPERTY
Property with an Object value which contains key object
See Also:
Constant Field Values

NULL_FLAG_PROPERTY

static final java.lang.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 java.lang.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 java.lang.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 java.lang.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 java.lang.String KEYS_ORDERED_SET_KEY
Property which contains a collection of keys
See Also:
Constant Field Values

VALUE_REF_PROPERTY

static final java.lang.String VALUE_REF_PROPERTY
Property which denotes the value is actually a reference (EL expression)
See Also:
Constant Field Values

WEAKREF_PROPERTY

static final java.lang.String WEAKREF_PROPERTY
Property which denotes a weak reference to an impicit scoped variable
See Also:
Constant Field Values

JSON_FORMAT

static final java.lang.String JSON_FORMAT
String to indicate JSON formatting
See Also:
Constant Field Values

SEVERITY_KEY

static final java.lang.String SEVERITY_KEY
Property to contain exception's severity
See Also:
Constant Field Values

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile
11g Release 2 (11.1.2.3.0)

E27204-01


Copyright © 2012 Oracle. All Rights Reserved.