Uses of Enum Class
com.fasterxml.jackson.module.jakarta.xmlbind.JakartaXmlBindAnnotationModule.Priority
Packages that use JakartaXmlBindAnnotationModule.Priority
Package
Description
Package that contains support for using JAXB annotations for
configuring Jackson data-binding aspects.
-
Uses of JakartaXmlBindAnnotationModule.Priority in com.fasterxml.jackson.module.jakarta.xmlbind
Fields in com.fasterxml.jackson.module.jakarta.xmlbind declared as JakartaXmlBindAnnotationModule.PriorityModifier and TypeFieldDescriptionprotected JakartaXmlBindAnnotationModule.PriorityJakartaXmlBindAnnotationModule._priorityPriority to use when registering annotation introspector: default value isPRIMARY.Methods in com.fasterxml.jackson.module.jakarta.xmlbind that return JakartaXmlBindAnnotationModule.PriorityModifier and TypeMethodDescriptionJakartaXmlBindAnnotationModule.getPriority()Returns the enum constant of this class with the specified name.JakartaXmlBindAnnotationModule.Priority.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.fasterxml.jackson.module.jakarta.xmlbind with parameters of type JakartaXmlBindAnnotationModule.PriorityModifier and TypeMethodDescriptionJakartaXmlBindAnnotationModule.setPriority(JakartaXmlBindAnnotationModule.Priority p) Method for defining whether JAXB annotations should be added as primary or secondary annotations (compared to already registered annotations).