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 java.util.Map<MemberKey,AnnotatedMethod>
AnnotatedMethodMap. _methods
Method parameters in com.fasterxml.jackson.databind.introspect with type arguments of type MemberKey Modifier and Type Method Description protected void
AnnotatedMethodCollector. _addMethodMixIns(TypeResolutionContext tc, java.lang.Class<?> targetClass, java.util.Map<MemberKey,com.fasterxml.jackson.databind.introspect.AnnotatedMethodCollector.MethodBuilder> methods, java.lang.Class<?> mixInCls)
Constructor parameters in com.fasterxml.jackson.databind.introspect with type arguments of type MemberKey Constructor Description AnnotatedMethodMap(java.util.Map<MemberKey,AnnotatedMethod> m)
-