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 void |
AnnotatedMethodCollector._addMemberMethods(TypeResolutionContext tc,
java.lang.Class<?> cls,
java.util.Map<MemberKey,AnnotatedMethodCollector.MethodBuilder> methods,
java.lang.Class<?> mixInCls) |
protected void |
AnnotatedMethodCollector._addMethodMixIns(TypeResolutionContext tc,
java.lang.Class<?> targetClass,
java.util.Map<MemberKey,AnnotatedMethodCollector.MethodBuilder> methods,
java.lang.Class<?> mixInCls) |