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