| Package | Description |
|---|---|
| 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 | Field and Description |
|---|---|
protected AnnotatedMethod.Serialization |
AnnotatedMethod._serialization
Field that is used to make JDK serialization work with this
object.
|
| Constructor and Description |
|---|
AnnotatedMethod(AnnotatedMethod.Serialization ser)
Method used for JDK serialization support
|