Uses of Class
com.fasterxml.jackson.databind.introspect.MemberKey
-
Packages that use MemberKey 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 MemberKey in com.fasterxml.jackson.databind.introspect
Fields in com.fasterxml.jackson.databind.introspect with type parameters of type MemberKey Modifier and Type Field Description protected Map<MemberKey,AnnotatedMethod>AnnotatedMethodMap. _methodsMethod parameters in com.fasterxml.jackson.databind.introspect with type arguments of type MemberKey Modifier and Type Method Description protected voidAnnotatedMethodCollector. _addMethodMixIns(TypeResolutionContext tc, Class<?> targetClass, Map<MemberKey,com.fasterxml.jackson.databind.introspect.AnnotatedMethodCollector.MethodBuilder> methods, Class<?> mixInCls)Constructor parameters in com.fasterxml.jackson.databind.introspect with type arguments of type MemberKey Constructor Description AnnotatedMethodMap(Map<MemberKey,AnnotatedMethod> m)
-