Package org.eclipse.persistence.jaxb
Class MOXySystemProperties
- java.lang.Object
-
- org.eclipse.persistence.jaxb.MOXySystemProperties
-
public final class MOXySystemProperties extends Object
-
-
Field Summary
Fields Modifier and Type Field 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
-
-
-
Field Detail
-
XML_ID_EXTENSION
public static final 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. When extended behavior is used, XmlId can be of different type than java.lang.String.- See Also:
- Constant Field Values
-
XML_VALUE_EXTENSION
public static final 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. When extended behavior is used, class with field annotated with XmlValue can extend classes different than java.lang.Object.- See Also:
- Constant Field Values
-
JSON_TYPE_COMPATIBILITY
public static final String JSON_TYPE_COMPATIBILITY
If we should treat unqualified type property in JSON as MOXy type discriminator.- See Also:
- Constant Field Values
-
JSON_USE_XSD_TYPES_PREFIX
public static final String JSON_USE_XSD_TYPES_PREFIX
If there should be xsd prefix when using simple types, e.g. xsd.int.- See Also:
- Constant Field Values
-
xmlIdExtension
public static final Boolean xmlIdExtension
-
xmlValueExtension
public static final Boolean xmlValueExtension
-
jsonTypeCompatibility
public static final Boolean jsonTypeCompatibility
-
jsonUseXsdTypesPrefix
public static final Boolean jsonUseXsdTypesPrefix
-
-