Class FormatJson
- java.lang.Object
-
- org.apache.olingo.odata2.core.ep.util.FormatJson
-
public class FormatJson extends Object
String constants for formatting and parsing of JSON.
-
-
Field Summary
Fields Modifier and Type Field Description static StringCALLBACKstatic StringCODEstatic StringCONTENT_TYPEstatic StringCOUNTstatic StringDstatic StringDEFERREDstatic StringDELTAstatic StringDELTA_CONTEXT_POSTFIXstatic StringDELTA_CONTEXT_PREFIXstatic StringDELTA_WHENstatic StringEDIT_MEDIAstatic StringENTITY_SETSstatic StringERRORstatic StringETAGstatic StringFALSEstatic StringIDstatic StringINNER_ERRORstatic StringLANGstatic StringMEDIA_ETAGstatic StringMEDIA_SRCstatic StringMESSAGEstatic StringMETADATAstatic StringNEXTstatic StringNULLstatic StringODATA_CONTEXTstatic StringPROPERTIESstatic StringRESULTSstatic StringTRUEstatic StringTYPEstatic StringURIstatic StringVALUE
-
Constructor Summary
Constructors Constructor Description FormatJson()
-
-
-
Field Detail
-
D
public static final String D
- See Also:
- Constant Field Values
-
RESULTS
public static final String RESULTS
- See Also:
- Constant Field Values
-
COUNT
public static final String COUNT
- See Also:
- Constant Field Values
-
CALLBACK
public static final String CALLBACK
- See Also:
- Constant Field Values
-
METADATA
public static final String METADATA
- See Also:
- Constant Field Values
-
DEFERRED
public static final String DEFERRED
- See Also:
- Constant Field Values
-
ID
public static final String ID
- See Also:
- Constant Field Values
-
CONTENT_TYPE
public static final String CONTENT_TYPE
- See Also:
- Constant Field Values
-
MEDIA_SRC
public static final String MEDIA_SRC
- See Also:
- Constant Field Values
-
MEDIA_ETAG
public static final String MEDIA_ETAG
- See Also:
- Constant Field Values
-
EDIT_MEDIA
public static final String EDIT_MEDIA
- See Also:
- Constant Field Values
-
PROPERTIES
public static final String PROPERTIES
- See Also:
- Constant Field Values
-
URI
public static final String URI
- See Also:
- Constant Field Values
-
NULL
public static final String NULL
- See Also:
- Constant Field Values
-
TRUE
public static final String TRUE
- See Also:
- Constant Field Values
-
FALSE
public static final String FALSE
- See Also:
- Constant Field Values
-
TYPE
public static final String TYPE
- See Also:
- Constant Field Values
-
ETAG
public static final String ETAG
- See Also:
- Constant Field Values
-
ENTITY_SETS
public static final String ENTITY_SETS
- See Also:
- Constant Field Values
-
NEXT
public static final String NEXT
- See Also:
- Constant Field Values
-
ERROR
public static final String ERROR
- See Also:
- Constant Field Values
-
CODE
public static final String CODE
- See Also:
- Constant Field Values
-
MESSAGE
public static final String MESSAGE
- See Also:
- Constant Field Values
-
LANG
public static final String LANG
- See Also:
- Constant Field Values
-
VALUE
public static final String VALUE
- See Also:
- Constant Field Values
-
INNER_ERROR
public static final String INNER_ERROR
- See Also:
- Constant Field Values
-
DELTA
public static final String DELTA
- See Also:
- Constant Field Values
-
ODATA_CONTEXT
public static final String ODATA_CONTEXT
- See Also:
- Constant Field Values
-
DELTA_CONTEXT_PREFIX
public static final String DELTA_CONTEXT_PREFIX
- See Also:
- Constant Field Values
-
DELTA_CONTEXT_POSTFIX
public static final String DELTA_CONTEXT_POSTFIX
- See Also:
- Constant Field Values
-
DELTA_WHEN
public static final String DELTA_WHEN
- See Also:
- Constant Field Values
-
-