Uses of Class
org.codehaus.jackson.xc.JaxbAnnotationIntrospector.PropertyDescriptors

Packages that use JaxbAnnotationIntrospector.PropertyDescriptors
org.codehaus.jackson.xc Package that contains XML Compatibility functionality for Jackson, such as handlers for JAXB annotations 
 

Uses of JaxbAnnotationIntrospector.PropertyDescriptors in org.codehaus.jackson.xc
 

Methods in org.codehaus.jackson.xc that return JaxbAnnotationIntrospector.PropertyDescriptors
static JaxbAnnotationIntrospector.PropertyDescriptors JaxbAnnotationIntrospector.PropertyDescriptors.find(Class<?> forClass)
          Factory method for finding all (public) bean properties
protected  JaxbAnnotationIntrospector.PropertyDescriptors JaxbAnnotationIntrospector.getDescriptors(Class<?> forClass)