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 via
ObjectMapper class, as well
as convenience methods included in
JsonParser
Object mapper will convert Json content to ant from
basic Java wrapper types (Integer, Boolean, Double),
Collection types (List, Map), Java Beans,
Strings and nulls. |
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 |
---|
AnnotationIntrospector.ReferenceProperty(AnnotationIntrospector.ReferenceProperty.Type t,
java.lang.String n) |