|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectinfo.sswap.http.representation.json.JsonKeywords
public class JsonKeywords
Class with the keywords used in the JSON representation.
Field Summary | |
---|---|
static java.lang.String |
API
|
static java.lang.String |
CACHE
|
static java.lang.String |
CARDINALITY
Keyword used in specification of cardinality restrictions for a property. |
static java.lang.String |
DATATYPE
Keyword used to explicitly describe a value with its actual datatype. |
static java.lang.String |
DEFINITIONS
|
static java.lang.String |
IMPORTS
Keyword used as one of the top-level keys in a message. |
static java.lang.String |
MAPPING
|
static java.lang.String |
OBJECT
Keyword used as a value to denote that the value is an object |
static java.lang.String |
PREFIX
Keyword used as one of the top-level keys in a message. |
static java.lang.String |
SUBJECT
Keyword used as a value to denote that the value is a subject |
static java.util.Set<java.lang.String> |
TOP_LEVEL_KEYWORDS
Keywords that can appear in the top level of a message. |
static java.lang.String |
UNBOUNDED
Keyword used in max cardinality restriction (for unbounded cardinality). |
static java.lang.String |
VALUE
Keyword used in specification of a property value. |
static java.util.Set<java.lang.String> |
VALUE_DEF_KEYWORDS
Keywords that can appear in the definition of a value |
Constructor Summary | |
---|---|
JsonKeywords()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String PREFIX
public static final java.lang.String IMPORTS
public static final java.lang.String VALUE
public static final java.lang.String CARDINALITY
public static final java.lang.String DATATYPE
public static final java.lang.String UNBOUNDED
public static final java.lang.String SUBJECT
public static final java.lang.String OBJECT
public static final java.lang.String MAPPING
public static final java.lang.String DEFINITIONS
public static final java.lang.String API
public static final java.lang.String CACHE
public static java.util.Set<java.lang.String> TOP_LEVEL_KEYWORDS
public static java.util.Set<java.lang.String> VALUE_DEF_KEYWORDS
Constructor Detail |
---|
public JsonKeywords()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |