Package org.eclipse.persistence.jaxb
Class MOXySystemProperties
- java.lang.Object
 - 
- org.eclipse.persistence.jaxb.MOXySystemProperties
 
 
- 
public final class MOXySystemProperties extends java.lang.Object 
- 
- 
Field Summary
Fields Modifier and Type Field Description 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. xsd.int.static java.lang.BooleanjsonTypeCompatibilitystatic java.lang.BooleanjsonUseXsdTypesPrefixstatic java.lang.StringMOXY_LOG_PAYLOADProperty for logging Entities content during marshalling/unmarshalling operation in MOXy.static java.lang.StringMOXY_LOGGING_LEVELProperty for MOXy logging level.static java.lang.StringMOXY_SCHEMA_GENERATOR_SORTProperty to control disable/enable sorting of generated XML Schemas by MOXy SchemaGenerator.static java.lang.StringmoxyLoggingLevelstatic java.lang.BooleanmoxyLogPayloadstatic java.lang.BooleanmoxySchemaGeneratorSortstatic java.lang.StringXML_ID_EXTENSIONUser 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.StringXML_VALUE_EXTENSIONUser 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.BooleanxmlIdExtensionstatic java.lang.BooleanxmlValueExtension 
 - 
 
- 
- 
Field Detail
- 
XML_ID_EXTENSION
public static final 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. 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 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. 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 java.lang.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 java.lang.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
 
 
- 
MOXY_LOGGING_LEVEL
public static final java.lang.String MOXY_LOGGING_LEVEL
Property for MOXy logging level. This is to make maintenance easier and to allow MOXy generate more diagnostic log messages. Allowed values are specified inLogLevelDefault value isLogLevel.INFO 
- 
MOXY_LOG_PAYLOAD
public static final java.lang.String MOXY_LOG_PAYLOAD
Property for logging Entities content during marshalling/unmarshalling operation in MOXy. It calls toString() method from entity. This is to make maintenance easier and to allow for debugging to check marshalled/unmarshalled content. Use it carefully. It can produce high amount of data in the log files. Usage: set toBoolean.TRUEto enable payload logging, set toBoolean.FALSEto disable it. It can be set via system property with name "eclipselink.logging.payload.moxy" too. By default it is disabled. 
- 
MOXY_SCHEMA_GENERATOR_SORT
public static final java.lang.String MOXY_SCHEMA_GENERATOR_SORT
Property to control disable/enable sorting of generated XML Schemas by MOXy SchemaGenerator. Usage: set toBoolean.TRUEto enable sorting by XML Namespace URI orBoolean.FALSEto disable it. By default it is enabledBoolean.TRUE.- See Also:
 - Constant Field Values
 
 
- 
xmlIdExtension
public static final java.lang.Boolean xmlIdExtension
 
- 
xmlValueExtension
public static final java.lang.Boolean xmlValueExtension
 
- 
jsonTypeCompatibility
public static final java.lang.Boolean jsonTypeCompatibility
 
- 
jsonUseXsdTypesPrefix
public static final java.lang.Boolean jsonUseXsdTypesPrefix
 
- 
moxyLoggingLevel
public static final java.lang.String moxyLoggingLevel
 
- 
moxyLogPayload
public static final java.lang.Boolean moxyLogPayload
 
- 
moxySchemaGeneratorSort
public static final java.lang.Boolean moxySchemaGeneratorSort
 
 - 
 
 -