Uses of Enum
com.fasterxml.jackson.module.jaxb.JaxbAnnotationModule.Priority
Packages that use JaxbAnnotationModule.Priority
Package
Description
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.PriorityModifier and TypeFieldDescriptionprotected JaxbAnnotationModule.Priority
JaxbAnnotationModule._priority
Priority to use when registering annotation introspector: default value isPRIMARY
.Methods in com.fasterxml.jackson.module.jaxb that return JaxbAnnotationModule.PriorityModifier and TypeMethodDescriptionJaxbAnnotationModule.getPriority()
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.PriorityModifier and TypeMethodDescriptionJaxbAnnotationModule.setPriority
(JaxbAnnotationModule.Priority p) Method for defining whether JAXB annotations should be added as primary or secondary annotations (compared to already registered annotations).