Uses of Class
tools.jackson.databind.introspect.MemberKey
Packages that use MemberKey
Package
Description
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 tools.jackson.databind.introspect
Fields in tools.jackson.databind.introspect with type parameters of type MemberKeyModifier and TypeFieldDescriptionprotected Map<MemberKey,
AnnotatedMethod> AnnotatedMethodMap._methods
Method parameters in tools.jackson.databind.introspect with type arguments of type MemberKeyModifier and TypeMethodDescriptionprotected void
AnnotatedMethodCollector._addMethodMixIns
(TypeResolutionContext tc, Class<?> targetClass, Map<MemberKey, tools.jackson.databind.introspect.AnnotatedMethodCollector.MethodBuilder> methods, Class<?> mixInCls) Constructor parameters in tools.jackson.databind.introspect with type arguments of type MemberKey