Uses of Class
com.fasterxml.jackson.databind.introspect.AnnotatedMethodMap
-
Packages that use AnnotatedMethodMap 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 AnnotatedMethodMap in com.fasterxml.jackson.databind.introspect
Fields in com.fasterxml.jackson.databind.introspect declared as AnnotatedMethodMap Modifier and Type Field Description protected AnnotatedMethodMap
AnnotatedClass. _memberMethods
Member methods of interest; for now ones with 0 or 1 arguments (just optimization, since others won't be used now)Methods in com.fasterxml.jackson.databind.introspect that return AnnotatedMethodMap Modifier and Type Method Description private AnnotatedMethodMap
AnnotatedClass. _methods()
(package private) AnnotatedMethodMap
AnnotatedMethodCollector. collect(TypeFactory typeFactory, TypeResolutionContext tc, JavaType mainType, java.util.List<JavaType> superTypes, java.lang.Class<?> primaryMixIn)
static AnnotatedMethodMap
AnnotatedMethodCollector. collectMethods(AnnotationIntrospector intr, TypeResolutionContext tc, ClassIntrospector.MixInResolver mixins, TypeFactory types, JavaType type, java.util.List<JavaType> superTypes, java.lang.Class<?> primaryMixIn, boolean collectAnnotations)
-