Class OXMSystemProperties
- java.lang.Object
-
- org.eclipse.persistence.internal.oxm.OXMSystemProperties
-
public final class OXMSystemProperties extends java.lang.ObjectSystem properties holder. Holds OXM specific properties.- Author:
- Martin Vojtek
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringDEFAULT_XML_CONVERSION_TIME_SUFFIXstatic java.lang.StringDISABLE_SECURE_PROCESSINGstatic java.lang.StringJSON_DISABLE_NESTED_ARRAY_NAMEDisable generation of "item" name in nested arrays in JSON.static java.lang.StringJSON_TYPE_ATTRIBUTE_NAMEOverride default type property name for JSON as MOXy type discriminator.static java.lang.StringJSON_TYPE_COMPATIBILITYIf we should treat unqualified type property in JSON as MOXy type discriminator.static java.lang.StringJSON_USE_XSD_TYPES_PREFIXIf there should be xsd prefix when using simple types, e.g.static java.lang.BooleanjsonDisableNestedArrayNamestatic java.lang.StringjsonTypeAttributeNamestatic java.lang.BooleanjsonTypeCompatiblitystatic java.lang.BooleanjsonUseXsdTypesPrefixstatic java.lang.StringXML_CONVERSION_TIME_SUFFIXAdd suffix/decimal part to time part/seconds in case of conversion from supported date/time formats into String.static java.lang.StringxmlConversionTimeSuffix
-
-
-
Field Detail
-
JSON_TYPE_COMPATIBILITY
public static final java.lang.String JSON_TYPE_COMPATIBILITY
If we should treat unqualified type property in JSON as MOXy type discriminator.- Since:
- 2.6.0
- See Also:
- Constant Field Values
-
JSON_TYPE_ATTRIBUTE_NAME
public static final java.lang.String JSON_TYPE_ATTRIBUTE_NAME
Override default type property name for JSON as MOXy type discriminator.- Since:
- 2.7.4
- See Also:
- Constant Field Values
-
JSON_USE_XSD_TYPES_PREFIX
public static final java.lang.String JSON_USE_XSD_TYPES_PREFIX
If there should be xsd prefix when using simple types, e.g. xsd.int.- Since:
- 2.6.0
- See Also:
- Constant Field Values
-
JSON_DISABLE_NESTED_ARRAY_NAME
public static final java.lang.String JSON_DISABLE_NESTED_ARRAY_NAME
Disable generation of "item" name in nested arrays in JSON.- Since:
- 2.7.5
- See Also:
- Constant Field Values
-
DISABLE_SECURE_PROCESSING
public static final java.lang.String DISABLE_SECURE_PROCESSING
- See Also:
- Constant Field Values
-
XML_CONVERSION_TIME_SUFFIX
public static final java.lang.String XML_CONVERSION_TIME_SUFFIX
Add suffix/decimal part to time part/seconds in case of conversion from supported date/time formats into String. It happens only if source time doesn't contain fraction of seconds and for XML, JSON conversion. E.g.: For -Dorg.eclipse.persistence.xml.time.suffix=.0- Source value: 2003-08-29T03:00:00-04:00 -> Output string: 2003-08-29T03:00:00.0-04:00
- Source value: 1975-02-21T07:47:15 -> Output string: 1975-02-21T07:47:15.0
- Since:
- 2.7.11
- See Also:
- Constant Field Values
-
DEFAULT_XML_CONVERSION_TIME_SUFFIX
public static final java.lang.String DEFAULT_XML_CONVERSION_TIME_SUFFIX
- See Also:
- Constant Field Values
-
jsonTypeCompatiblity
public static final java.lang.Boolean jsonTypeCompatiblity
-
jsonUseXsdTypesPrefix
public static final java.lang.Boolean jsonUseXsdTypesPrefix
-
jsonTypeAttributeName
public static final java.lang.String jsonTypeAttributeName
-
jsonDisableNestedArrayName
public static final java.lang.Boolean jsonDisableNestedArrayName
-
xmlConversionTimeSuffix
public static final java.lang.String xmlConversionTimeSuffix
-
-