Uses of Class
com.fasterxml.jackson.module.jakarta.xmlbind.JakartaXmlBindAnnotationModule
Packages that use JakartaXmlBindAnnotationModule
Package
Description
Package that contains support for using JAXB annotations for
configuring Jackson data-binding aspects.
-
Uses of JakartaXmlBindAnnotationModule in com.fasterxml.jackson.module.jakarta.xmlbind
Methods in com.fasterxml.jackson.module.jakarta.xmlbind that return JakartaXmlBindAnnotationModuleModifier and TypeMethodDescriptionJakartaXmlBindAnnotationModule.setNameUsedForXmlValue(String name) JakartaXmlBindAnnotationModule.setNonNillableInclusion(JsonInclude.Include incl) JakartaXmlBindAnnotationModule.setPriority(JakartaXmlBindAnnotationModule.Priority p) Method for defining whether JAXB annotations should be added as primary or secondary annotations (compared to already registered annotations).