Package | Description |
---|---|
com.fasterxml.jackson.annotation |
Public core annotations, most of which are used to configure how
Data Mapping/Binding works.
|
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 |
com.fasterxml.jackson.databind.introspect |
Functionality needed for Bean introspection, required for detecting
accessors and mutators for Beans, as well as locating and handling
method annotations.
|
Modifier and Type | Method and Description |
---|---|
static JsonCreator.Mode |
JsonCreator.Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JsonCreator.Mode[] |
JsonCreator.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
JsonCreator.Mode |
AnnotationIntrospector.findCreatorBinding(Annotated a)
Method for finding indication of creator binding mode for
a creator (something for which
AnnotationIntrospector.hasCreatorAnnotation(com.fasterxml.jackson.databind.introspect.Annotated) returns
true), for cases where there may be ambiguity (currently: single-argument
creator with implicit but no explicit name for the argument). |
Modifier and Type | Method and Description |
---|---|
JsonCreator.Mode |
JacksonAnnotationIntrospector.findCreatorBinding(Annotated a) |
JsonCreator.Mode |
AnnotationIntrospectorPair.findCreatorBinding(Annotated a) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.