|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AnnotatedMethodMap | |
---|---|
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 | |
---|---|
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 with parameters of type AnnotatedMethodMap | |
---|---|
protected void |
AnnotatedClass._addMemberMethods(Class<?> cls,
AnnotatedMethodMap methods,
Class<?> mixInCls,
AnnotatedMethodMap mixIns)
|
protected void |
AnnotatedClass._addMethodMixIns(AnnotatedMethodMap methods,
Class<?> mixInCls,
AnnotatedMethodMap mixIns)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |