String _jaxbPackageName
com.fasterxml.jackson.databind.JsonSerializer<T> _dataHandlerSerializer
com.fasterxml.jackson.databind.JsonDeserializer<T> _dataHandlerDeserializer
com.fasterxml.jackson.databind.type.TypeFactory _typeFactory
boolean _ignoreXmlIDREF
String _xmlValueName
XmlValue
annotation, a placeholder name is assigned
to property (unless overridden by explicit name); this configuration
value specified what that name is.com.fasterxml.jackson.annotation.JsonInclude.Include _nonNillableInclusion
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
.Copyright © 2022 FasterXML. All rights reserved.