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