Serialized Form
-
Package tools.jackson.module.jaxb
-
Class tools.jackson.module.jaxb.JaxbAnnotationIntrospector
class JaxbAnnotationIntrospector extends tools.jackson.databind.AnnotationIntrospector implements Serializable- serialVersionUID:
- -1L
-
Serialized Fields
-
_dataHandlerDeserializer
tools.jackson.databind.ValueDeserializer<?> _dataHandlerDeserializer
-
_dataHandlerSerializer
tools.jackson.databind.ValueSerializer<?> _dataHandlerSerializer
-
_ignoreXmlIDREF
boolean _ignoreXmlIDREF
-
_jaxbPackageName
String _jaxbPackageName
-
_nonNillableInclusion
com.fasterxml.jackson.annotation.JsonInclude.Include _nonNillableInclusion
Inclusion value to return for properties annotated withXmlElementandXmlElementWrapper, in casenillableproperty is left asfalse. Default setting isnull; this is typically changed to eitherJsonInclude.Include.NON_NULLorJsonInclude.Include.NON_EMPTY. -
_xmlValueName
String _xmlValueName
When usingXmlValueannotation, a placeholder name is assigned to property (unless overridden by explicit name); this configuration value specified what that name is.
-
-