Uses of Class
com.fasterxml.jackson.databind.introspect.AnnotatedMethodCollector.MethodBuilder
-
Packages that use AnnotatedMethodCollector.MethodBuilder 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. -
-
Uses of AnnotatedMethodCollector.MethodBuilder in com.fasterxml.jackson.databind.introspect
Method parameters in com.fasterxml.jackson.databind.introspect with type arguments of type AnnotatedMethodCollector.MethodBuilder Modifier and Type Method 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)
-