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 |
MOXY_LOG_PAYLOAD
Property for logging Entities content during marshalling/unmarshalling operation in MOXy.
|
static String |
MOXY_LOGGING_LEVEL
Property for MOXy logging level.
|
static String |
moxyLoggingLevel |
static Boolean |
moxyLogPayload |
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 String MOXY_LOGGING_LEVEL
LogLevel
Default value is LogLevel.INFO
public static final String MOXY_LOG_PAYLOAD
Boolean.TRUE
to enable payload logging, set to Boolean.FALSE
to disable it.
It can be set via system property with name "eclipselink.logging.payload.moxy" too.
By default it is disabled.public static final Boolean xmlIdExtension
public static final Boolean xmlValueExtension
public static final Boolean jsonTypeCompatibility
public static final Boolean jsonUseXsdTypesPrefix
public static final String moxyLoggingLevel
public static final Boolean moxyLogPayload
Copyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.