Uses of Class
com.fasterxml.jackson.databind.AnnotationIntrospector.ReferenceProperty.Type
-
Packages that use AnnotationIntrospector.ReferenceProperty.Type Package Description com.fasterxml.jackson.databind Basic data binding (mapping) functionality that allows for reading JSON content into Java Objects (POJOs) and JSON Trees (JsonNode
), as well as writing Java Objects and trees as JSON. -
-
Uses of AnnotationIntrospector.ReferenceProperty.Type in com.fasterxml.jackson.databind
Methods in com.fasterxml.jackson.databind that return AnnotationIntrospector.ReferenceProperty.Type Modifier and Type Method Description AnnotationIntrospector.ReferenceProperty.Type
AnnotationIntrospector.ReferenceProperty. getType()
static AnnotationIntrospector.ReferenceProperty.Type
AnnotationIntrospector.ReferenceProperty.Type. valueOf(java.lang.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 Constructor Description ReferenceProperty(AnnotationIntrospector.ReferenceProperty.Type t, java.lang.String n)
-