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 | Method and 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.
|
Constructor and Description |
---|
ReferenceProperty(AnnotationIntrospector.ReferenceProperty.Type t,
String n) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.