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
Subclasses with type arguments of type JaxbAnnotationModule.Priority in com.fasterxml.jackson.module.jaxbModifier and TypeClassDescriptionstatic enumEnumeration that defines how we use JAXB Annotations: either as "primary" annotations (before any other already configured introspector -- most likely default JacksonAnnotationIntrospector) or as "secondary" annotations (after any other already configured introspector(s)).Fields in com.fasterxml.jackson.module.jaxb declared as JaxbAnnotationModule.PriorityModifier and TypeFieldDescriptionprotected JaxbAnnotationModule.PriorityJaxbAnnotationModule._priorityPriority to use when registering annotation introspector: default value isJaxbAnnotationModule.Priority.PRIMARY.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).