Uses of Class
com.fasterxml.jackson.module.jakarta.xmlbind.JakartaXmlBindAnnotationIntrospector
-
Packages that use JakartaXmlBindAnnotationIntrospector Package Description com.fasterxml.jackson.module.jakarta.xmlbind Package that contains support for using JAXB annotations for configuring Jackson data-binding aspects. -
-
Uses of JakartaXmlBindAnnotationIntrospector in com.fasterxml.jackson.module.jakarta.xmlbind
Fields in com.fasterxml.jackson.module.jakarta.xmlbind declared as JakartaXmlBindAnnotationIntrospector Modifier and Type Field Description protected JakartaXmlBindAnnotationIntrospectorJakartaXmlBindAnnotationModule. _introspectorIf the introspector is explicitly set or passed, we'll hold on to that until registration.Methods in com.fasterxml.jackson.module.jakarta.xmlbind that return JakartaXmlBindAnnotationIntrospector Modifier and Type Method Description JakartaXmlBindAnnotationIntrospectorJakartaXmlBindAnnotationIntrospector. setNonNillableInclusion(com.fasterxml.jackson.annotation.JsonInclude.Include incl)Method to call to change inclusion criteria used for property annotated withXmlElementorXmlElementWrapper, withnillableset asfalse.Constructors in com.fasterxml.jackson.module.jakarta.xmlbind with parameters of type JakartaXmlBindAnnotationIntrospector Constructor Description JakartaXmlBindAnnotationModule(JakartaXmlBindAnnotationIntrospector intr)
-