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 | Method and Description |
---|---|
protected <T> T |
POJOPropertyBuilder.fromMemberAnnotations(POJOPropertyBuilder.WithMember<T> func)
Helper method used for finding annotation values, from accessors
relevant to current usage (deserialization, serialization)
|
protected <T> T |
POJOPropertyBuilder.fromMemberAnnotationsExcept(POJOPropertyBuilder.WithMember<T> func,
T defaultValue) |