Uses of Class
com.fasterxml.jackson.module.jaxb.JaxbAnnotationModule.Priority
-
Packages that use JaxbAnnotationModule.Priority Package Description com.fasterxml.jackson.module.jaxb Package that contains support for using JAXB annotations for configuring Jackson data-binding aspects. -
-
Uses of JaxbAnnotationModule.Priority in com.fasterxml.jackson.module.jaxb
Fields in com.fasterxml.jackson.module.jaxb declared as JaxbAnnotationModule.Priority Modifier and Type Field Description protected JaxbAnnotationModule.Priority
JaxbAnnotationModule. _priority
Priority to use when registering annotation introspector: default value isPRIMARY
.Methods in com.fasterxml.jackson.module.jaxb that return JaxbAnnotationModule.Priority Modifier and Type Method Description JaxbAnnotationModule.Priority
JaxbAnnotationModule. getPriority()
static JaxbAnnotationModule.Priority
JaxbAnnotationModule.Priority. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static JaxbAnnotationModule.Priority[]
JaxbAnnotationModule.Priority. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.fasterxml.jackson.module.jaxb with parameters of type JaxbAnnotationModule.Priority Modifier and Type Method Description 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).
-