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