Uses of Class
com.fasterxml.jackson.databind.AnnotationIntrospector.ReferenceProperty.Type

Packages that use AnnotationIntrospector.ReferenceProperty.Type
com.fasterxml.jackson.databind 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 com.fasterxml.jackson.databind
 

Methods in com.fasterxml.jackson.databind 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 com.fasterxml.jackson.databind with parameters of type AnnotationIntrospector.ReferenceProperty.Type
AnnotationIntrospector.ReferenceProperty(AnnotationIntrospector.ReferenceProperty.Type t, String n)
           
 



Copyright © 2012 FasterXML. All Rights Reserved.