Uses of Class
com.fasterxml.jackson.module.jakarta.xmlbind.JakartaXmlBindAnnotationModule
-
Packages that use JakartaXmlBindAnnotationModule Package Description com.fasterxml.jackson.module.jakarta.xmlbind 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 JakartaXmlBindAnnotationModule Modifier and Type Method Description JakartaXmlBindAnnotationModuleJakartaXmlBindAnnotationModule. setNameUsedForXmlValue(java.lang.String name)JakartaXmlBindAnnotationModuleJakartaXmlBindAnnotationModule. setNonNillableInclusion(com.fasterxml.jackson.annotation.JsonInclude.Include incl)JakartaXmlBindAnnotationModuleJakartaXmlBindAnnotationModule. setPriority(JakartaXmlBindAnnotationModule.Priority p)Method for defining whether JAXB annotations should be added as primary or secondary annotations (compared to already registered annotations).
-