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 |
---|---|
private java.util.Map<java.lang.String,AnnotatedFieldCollector.FieldBuilder> |
AnnotatedFieldCollector._findFields(TypeResolutionContext tc,
JavaType type,
java.util.Map<java.lang.String,AnnotatedFieldCollector.FieldBuilder> fields) |
Modifier and Type | Method and Description |
---|---|
private void |
AnnotatedFieldCollector._addFieldMixIns(java.lang.Class<?> mixInCls,
java.lang.Class<?> targetClass,
java.util.Map<java.lang.String,AnnotatedFieldCollector.FieldBuilder> fields)
Method called to add field mix-ins from given mix-in class (and its fields)
into already collected actual fields (from introspected classes and their
super-classes)
|
private java.util.Map<java.lang.String,AnnotatedFieldCollector.FieldBuilder> |
AnnotatedFieldCollector._findFields(TypeResolutionContext tc,
JavaType type,
java.util.Map<java.lang.String,AnnotatedFieldCollector.FieldBuilder> fields) |