public final class MOXySystemProperties
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
JSON_TYPE_COMPATIBILITY
If we should treat unqualified type property in JSON as MOXy type discriminator.
|
static java.lang.String |
JSON_USE_XSD_TYPES_PREFIX
If there should be xsd prefix when using simple types, e.g. xsd.int.
|
static java.lang.Boolean |
jsonTypeCompatibility |
static java.lang.Boolean |
jsonUseXsdTypesPrefix |
static java.lang.String |
XML_ID_EXTENSION
User can specify via org.eclipse.persistence.moxy.annotation.xml-id-extension property, that he wants to use extended behavior of XmlId annotation.
|
static java.lang.String |
XML_VALUE_EXTENSION
User can specify via org.eclipse.persistence.moxy.annotation.xml-value-extension property, that he wants to use extended behavior of XmlValue annotation.
|
static java.lang.Boolean |
xmlIdExtension |
static java.lang.Boolean |
xmlValueExtension |
public static final java.lang.String XML_ID_EXTENSION
public static final java.lang.String XML_VALUE_EXTENSION
public static final java.lang.String JSON_TYPE_COMPATIBILITY
public static final java.lang.String JSON_USE_XSD_TYPES_PREFIX
public static final java.lang.Boolean xmlIdExtension
public static final java.lang.Boolean xmlValueExtension
public static final java.lang.Boolean jsonTypeCompatibility
public static final java.lang.Boolean jsonUseXsdTypesPrefix