Uses of Class
com.fasterxml.jackson.module.jaxb.JaxbAnnotationModule.Priority

Packages that use JaxbAnnotationModule.Priority
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
protected  JaxbAnnotationModule.Priority JaxbAnnotationModule._priority
          Priority to use when registering annotation introspector: default value is PRIMARY.
 

Methods in com.fasterxml.jackson.module.jaxb that return JaxbAnnotationModule.Priority
 JaxbAnnotationModule.Priority JaxbAnnotationModule.getPriority()
           
static JaxbAnnotationModule.Priority JaxbAnnotationModule.Priority.valueOf(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
 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).
 



Copyright © 2012 FasterXML. All Rights Reserved.