Uses of Class
com.fasterxml.jackson.module.jaxb.JaxbAnnotationIntrospector
Packages that use JaxbAnnotationIntrospector
Package
Description
Package that contains support for using JAXB annotations for
configuring Jackson data-binding aspects.
-
Uses of JaxbAnnotationIntrospector in com.fasterxml.jackson.module.jaxb
Fields in com.fasterxml.jackson.module.jaxb declared as JaxbAnnotationIntrospectorModifier and TypeFieldDescriptionprotected JaxbAnnotationIntrospector
JaxbAnnotationModule._introspector
If the introspector is explicitly set or passed, we'll hold on to that until registration.Methods in com.fasterxml.jackson.module.jaxb that return JaxbAnnotationIntrospectorModifier and TypeMethodDescriptionJaxbAnnotationIntrospector.setNonNillableInclusion
(com.fasterxml.jackson.annotation.JsonInclude.Include incl) Method to call to change inclusion criteria used for property annotated withXmlElement
orXmlElementWrapper
, withnillable
set asfalse
.Constructors in com.fasterxml.jackson.module.jaxb with parameters of type JaxbAnnotationIntrospector