Uses of Enum Class
tools.jackson.module.jaxb.JaxbAnnotationModule.Priority
-
Uses of JaxbAnnotationModule.Priority in tools.jackson.module.jaxb
Fields in tools.jackson.module.jaxb declared as JaxbAnnotationModule.PriorityModifier and TypeFieldDescriptionprotected JaxbAnnotationModule.PriorityJaxbAnnotationModule._priorityPriority to use when registering annotation introspector: default value isPRIMARY.Methods in tools.jackson.module.jaxb that return JaxbAnnotationModule.PriorityModifier and TypeMethodDescriptionJaxbAnnotationModule.getPriority()Returns the enum constant of this class with the specified name.static JaxbAnnotationModule.Priority[]JaxbAnnotationModule.Priority.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in tools.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).