-
_jaxbPackageName
java.lang.String _jaxbPackageName
-
_dataHandlerSerializer
com.fasterxml.jackson.databind.JsonSerializer<T> _dataHandlerSerializer
-
_dataHandlerDeserializer
com.fasterxml.jackson.databind.JsonDeserializer<T> _dataHandlerDeserializer
-
_typeFactory
com.fasterxml.jackson.databind.type.TypeFactory _typeFactory
-
_ignoreXmlIDREF
boolean _ignoreXmlIDREF
-
_xmlValueName
java.lang.String _xmlValueName
When using XmlValue
annotation, a placeholder name is assigned
to property (unless overridden by explicit name); this configuration
value specified what that name is.
-
_nonNillableInclusion
com.fasterxml.jackson.annotation.JsonInclude.Include _nonNillableInclusion
Inclusion value to return for properties annotated with
XmlElement
and XmlElementWrapper
, in case nillable
property is left as false. Default setting is
null
; this is typically changed to either
JsonInclude.Include.NON_NULL
or JsonInclude.Include.NON_EMPTY
.
- Since:
- 2.7