Package | Description |
---|---|
com.fasterxml.jackson.databind.ext |
Contains extended support for "external" packages: things that
may or may not be present in runtime environment, but that are
commonly enough used so that explicit support can be added.
|
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 | Class and Description |
---|---|
class |
Java7SupportImpl |
Modifier and Type | Field and Description |
---|---|
private static Java7Support |
Java7Support.IMPL |
Modifier and Type | Method and Description |
---|---|
static Java7Support |
Java7Support.instance() |
Modifier and Type | Field and Description |
---|---|
private static Java7Support |
JacksonAnnotationIntrospector._java7Helper |