Uses of Class
com.fasterxml.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 com.fasterxml.jackson.databind.introspect
Fields in com.fasterxml.jackson.databind.introspect with type parameters of type MemberKeyModifier and TypeFieldDescriptionprotected Map
<MemberKey, AnnotatedMethod> AnnotatedMethodMap._methods
Method parameters in com.fasterxml.jackson.databind.introspect with type arguments of type MemberKeyModifier and TypeMethodDescriptionprotected void
AnnotatedMethodCollector._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