Package | Description |
---|---|
org.codehaus.jackson.map.introspect |
Functionality needed for Bean introspection, required for detecting
accessors and mutators for Beans, as well as locating and handling
method annotations.
|
Modifier and Type | Class | Description |
---|---|---|
static class |
BasicClassIntrospector.GetterMethodFilter |
Deprecated.
Since 1.9 just don't use
|
static class |
BasicClassIntrospector.SetterAndGetterMethodFilter |
Deprecated.
Since 1.9 just don't use
|
static class |
BasicClassIntrospector.SetterMethodFilter |
Deprecated.
Since 1.9 just don't use
|
Modifier and Type | Field | Description |
---|---|---|
protected static MethodFilter |
BasicClassIntrospector.MINIMAL_FILTER |
Modifier and Type | Method | Description |
---|---|---|
protected MethodFilter |
BasicClassIntrospector.getDeserializationMethodFilter(DeserializationConfig cfg) |
Deprecated.
Since 1.9 just don't use
|
protected MethodFilter |
BasicClassIntrospector.getSerializationMethodFilter(SerializationConfig cfg) |
Deprecated.
Since 1.9 just don't use
|
Modifier and Type | Method | Description |
---|---|---|
protected void |
AnnotatedClass._addMemberMethods(java.lang.Class<?> cls,
MethodFilter methodFilter,
AnnotatedMethodMap methods,
java.lang.Class<?> mixInCls,
AnnotatedMethodMap mixIns) |
|
protected void |
AnnotatedClass._addMethodMixIns(java.lang.Class<?> targetClass,
MethodFilter methodFilter,
AnnotatedMethodMap methods,
java.lang.Class<?> mixInCls,
AnnotatedMethodMap mixIns) |
|
protected boolean |
AnnotatedClass._isIncludableMethod(java.lang.reflect.Method m,
MethodFilter filter) |
|
void |
AnnotatedClass.resolveMemberMethods(MethodFilter methodFilter) |
Method for resolving member method information: aggregating all non-static methods
and combining annotations (to implement method-annotation inheritance)
|
void |
AnnotatedClass.resolveMemberMethods(MethodFilter methodFilter,
boolean collectIgnored) |
Deprecated.
|