Uses of Interface
org.codehaus.jackson.map.introspect.MethodFilter
Packages that use MethodFilter
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 MethodFilter in org.codehaus.jackson.map.introspect
Classes in org.codehaus.jackson.map.introspect that implement MethodFilterModifier and TypeClassDescriptionstatic classDeprecated.Since 1.9 just don't usestatic final classDeprecated.Since 1.9 just don't usestatic classDeprecated.Since 1.9 just don't useFields in org.codehaus.jackson.map.introspect declared as MethodFilterModifier and TypeFieldDescriptionprotected static final MethodFilterBasicClassIntrospector.MINIMAL_FILTERMethods in org.codehaus.jackson.map.introspect that return MethodFilterModifier and TypeMethodDescriptionprotected MethodFilterBasicClassIntrospector.getDeserializationMethodFilter(DeserializationConfig cfg) Deprecated.Since 1.9 just don't useprotected MethodFilterBasicClassIntrospector.getSerializationMethodFilter(SerializationConfig cfg) Deprecated.Since 1.9 just don't useMethods in org.codehaus.jackson.map.introspect with parameters of type MethodFilterModifier and TypeMethodDescriptionprotected voidAnnotatedClass._addMemberMethods(Class<?> cls, MethodFilter methodFilter, AnnotatedMethodMap methods, Class<?> mixInCls, AnnotatedMethodMap mixIns) protected voidAnnotatedClass._addMethodMixIns(Class<?> targetClass, MethodFilter methodFilter, AnnotatedMethodMap methods, Class<?> mixInCls, AnnotatedMethodMap mixIns) protected booleanAnnotatedClass._isIncludableMethod(Method m, MethodFilter filter) voidAnnotatedClass.resolveMemberMethods(MethodFilter methodFilter) Method for resolving member method information: aggregating all non-static methods and combining annotations (to implement method-annotation inheritance)voidAnnotatedClass.resolveMemberMethods(MethodFilter methodFilter, boolean collectIgnored) Deprecated.