Uses of Class
org.codehaus.jackson.map.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 org.codehaus.jackson.map.introspect
Fields in org.codehaus.jackson.map.introspect with type parameters of type MemberKeyModifier and TypeFieldDescriptionprotected LinkedHashMap<MemberKey,
AnnotatedMethod> AnnotatedMethodMap._methods