Uses of Class
org.codehaus.jackson.map.AnnotationIntrospector.ReferenceProperty.Type

Packages that use AnnotationIntrospector.ReferenceProperty.Type
org.codehaus.jackson.map Contains basic mapper (conversion) functionality that allows for converting between regular streaming json content and Java objects (beans or Tree Model: support for both is via ObjectMapper class, as well as convenience methods included in JsonParser 
 

Uses of AnnotationIntrospector.ReferenceProperty.Type in org.codehaus.jackson.map
 

Methods in org.codehaus.jackson.map that return AnnotationIntrospector.ReferenceProperty.Type
 AnnotationIntrospector.ReferenceProperty.Type AnnotationIntrospector.ReferenceProperty.getType()
           
static AnnotationIntrospector.ReferenceProperty.Type AnnotationIntrospector.ReferenceProperty.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AnnotationIntrospector.ReferenceProperty.Type[] AnnotationIntrospector.ReferenceProperty.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.codehaus.jackson.map with parameters of type AnnotationIntrospector.ReferenceProperty.Type
AnnotationIntrospector.ReferenceProperty(AnnotationIntrospector.ReferenceProperty.Type t, String n)