Uses of Class
com.fasterxml.jackson.module.jaxb.JaxbAnnotationIntrospector
-
Packages that use JaxbAnnotationIntrospector Package Description com.fasterxml.jackson.module.jaxb 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 JaxbAnnotationIntrospector Modifier and Type Field Description protected 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 JaxbAnnotationIntrospector Modifier and Type Method Description JaxbAnnotationIntrospector
JaxbAnnotationIntrospector. 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 Constructor Description JaxbAnnotationModule(JaxbAnnotationIntrospector intr)
-