Package | Description |
---|---|
com.fasterxml.jackson.module.jakarta.xmlbind |
Package that contains support for using JAXB annotations for
configuring Jackson data-binding aspects.
|
Modifier and Type | Field and Description |
---|---|
protected JakartaXmlBindAnnotationIntrospector |
JakartaXmlBindAnnotationModule._introspector
If the introspector is explicitly set or passed, we'll hold on to that
until registration.
|
Modifier and Type | Method and Description |
---|---|
JakartaXmlBindAnnotationIntrospector |
JakartaXmlBindAnnotationIntrospector.setNonNillableInclusion(com.fasterxml.jackson.annotation.JsonInclude.Include incl)
Method to call to change inclusion criteria used for property annotated
with
XmlElement or XmlElementWrapper , with nillable
set as false . |
Constructor and Description |
---|
JakartaXmlBindAnnotationModule(JakartaXmlBindAnnotationIntrospector intr) |
Copyright © 2022 FasterXML. All rights reserved.