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 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.
        • _xmlValueName
          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.