Uses of Class
org.codehaus.jackson.map.AnnotationIntrospector.ReferenceProperty.Type
-
Packages that use AnnotationIntrospector.ReferenceProperty.Type Package Description 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 viaObjectMapper
class, as well as convenience methods included inJsonParser
-
-
Uses of AnnotationIntrospector.ReferenceProperty.Type in org.codehaus.jackson.map
Methods in org.codehaus.jackson.map that return AnnotationIntrospector.ReferenceProperty.Type Modifier and Type Method Description 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 Constructor Description ReferenceProperty(AnnotationIntrospector.ReferenceProperty.Type t, String n)
-