| 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. |
| Modifier and Type | Field and Description |
|---|---|
private AnnotationIntrospector.ReferenceProperty.Type |
AnnotationIntrospector.ReferenceProperty._type |
| Modifier and Type | Method and 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.
|
| Constructor and Description |
|---|
ReferenceProperty(AnnotationIntrospector.ReferenceProperty.Type t,
java.lang.String n) |