public final class EMFJs
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
OPTION_DATE_FORMAT
Specify the date format that will be use to parse and write dates.
|
static java.lang.String |
OPTION_ID_DESERIALIZER
Deprecated.
|
static java.lang.String |
OPTION_ID_FIELD
Specify the field name that will be use to denote the id of objects.
|
static java.lang.String |
OPTION_ID_SERIALIZER
Deprecated.
|
static java.lang.String |
OPTION_INDENT_OUTPUT
When value is true, the writer will indent the output JSON document.
|
static java.lang.String |
OPTION_PROXY_ATTRIBUTES
Deprecated.
|
static java.lang.String |
OPTION_REF_DESERIALIZER
Deprecated.
|
static java.lang.String |
OPTION_REF_FIELD
Specify the field name that will be use to denote a reference.
|
static java.lang.String |
OPTION_REF_SERIALIZER
Deprecated.
|
static java.lang.String |
OPTION_ROOT_ELEMENT
Sets the root element to be loaded from a JSON document without type field.
|
static java.lang.String |
OPTION_SERIALIZE_CONTAINMENT_AS_HREF
Option used to indicate the module to serialize containments as references.
|
static java.lang.String |
OPTION_SERIALIZE_DEFAULT_VALUE
When value is true, the writer will include default values for attributes.
|
static java.lang.String |
OPTION_SERIALIZE_REF_TYPE
Deprecated.
|
static java.lang.String |
OPTION_SERIALIZE_TYPE
When value is true, the writer will include a type to each JSON objects.
|
static java.lang.String |
OPTION_TYPE_DESERIALIZER
Deprecated.
|
static java.lang.String |
OPTION_TYPE_FIELD
Specify the field name that will be use to denote the type of objects.
|
static java.lang.String |
OPTION_TYPE_SERIALIZER
Deprecated.
|
static java.lang.String |
OPTION_URI_HANDLER
Deprecated.
|
static java.lang.String |
OPTION_USE_ID
When value is true, the writer will include an _id key to each json objects
and sets as value the fragment identifier.
|
static java.lang.String |
OPTIONS_OBJECT
Can be use to pass an Option object.
|
static java.lang.String |
OPTIONS_PROBLEM_HANDLER
Option to pass a problem handler to the mapper
|
public static final java.lang.String OPTION_ROOT_ELEMENT
Value must be an object of type EClass.
Default value is null.
public static final java.lang.String OPTION_SERIALIZE_TYPE
Default value is true.
@Deprecated public static final java.lang.String OPTION_SERIALIZE_REF_TYPE
Default value is false
public static final java.lang.String OPTION_SERIALIZE_DEFAULT_VALUE
Default value is false.
public static final java.lang.String OPTION_INDENT_OUTPUT
Default value is true
public static final java.lang.String OPTION_SERIALIZE_CONTAINMENT_AS_HREF
@Deprecated public static final java.lang.String OPTION_PROXY_ATTRIBUTES
Default value is false
public static final java.lang.String OPTION_USE_ID
Default value is false
@Deprecated public static final java.lang.String OPTION_URI_HANDLER
By default org.emfjson.jackson.handlers.BaseURIHandler will be use
@Deprecated public static final java.lang.String OPTION_REF_SERIALIZER
By default org.emfjson.jackson.databind.ser.references.ReferenceAsObjectSerializer will be use
@Deprecated public static final java.lang.String OPTION_REF_DESERIALIZER
By default org.emfjson.jackson.databind.deser.references.ReferenceAsObjectDeserializer will be use
@Deprecated public static final java.lang.String OPTION_ID_SERIALIZER
By default org.emfjson.jackson.databind.deser.references.ReferenceAsObjectDeserializer will be use
@Deprecated public static final java.lang.String OPTION_ID_DESERIALIZER
By default org.emfjson.jackson.databind.deser.references.ReferenceAsObjectDeserializer will be use
@Deprecated public static final java.lang.String OPTION_TYPE_SERIALIZER
By default org.emfjson.jackson.databind.deser.DefaultTypeSerializer will be use
@Deprecated public static final java.lang.String OPTION_TYPE_DESERIALIZER
By default org.emfjson.jackson.databind.deser.DefaultTypeDeserializer will be use
public static final java.lang.String OPTION_TYPE_FIELD
By default eClass will be use
public static final java.lang.String OPTION_REF_FIELD
By default $ref will be use
public static final java.lang.String OPTION_ID_FIELD
By default _id will be use
public static final java.lang.String OPTION_DATE_FORMAT
By default the date format is yyyy-MM-dd'T'HH:mm:ss
public static final java.lang.String OPTIONS_OBJECT
public static final java.lang.String OPTIONS_PROBLEM_HANDLER
Data In Motion Consulting GmbH (2017)