public final class MOXySystemProperties extends Object
Modifier and Type | Field and Description |
---|---|
static String |
JSON_TYPE_COMPATIBILITY
If we should treat unqualified type property in JSON as MOXy type discriminator.
|
static String |
JSON_USE_XSD_TYPES_PREFIX
If there should be xsd prefix when using simple types, e.g.
|
static Boolean |
jsonTypeCompatibility |
static Boolean |
jsonUseXsdTypesPrefix |
static 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 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 Boolean |
xmlIdExtension |
static Boolean |
xmlValueExtension |
public static final String XML_ID_EXTENSION
public static final String XML_VALUE_EXTENSION
public static final String JSON_TYPE_COMPATIBILITY
public static final String JSON_USE_XSD_TYPES_PREFIX
public static final Boolean xmlIdExtension
public static final Boolean xmlValueExtension
public static final Boolean jsonTypeCompatibility
public static final Boolean jsonUseXsdTypesPrefix
EclipseLink 2.6.3, "build v20160428-59c81c5" API Reference