Uses of Interface
org.codehaus.jackson.map.introspect.MethodFilter
-
Packages that use MethodFilter 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. -
-
Uses of MethodFilter in org.codehaus.jackson.map.introspect
Classes in org.codehaus.jackson.map.introspect that implement MethodFilter Modifier and Type Class Description static classBasicClassIntrospector.GetterMethodFilterDeprecated.Since 1.9 just don't usestatic classBasicClassIntrospector.SetterAndGetterMethodFilterDeprecated.Since 1.9 just don't usestatic classBasicClassIntrospector.SetterMethodFilterDeprecated.Since 1.9 just don't useFields in org.codehaus.jackson.map.introspect declared as MethodFilter Modifier and Type Field Description protected static MethodFilterBasicClassIntrospector. MINIMAL_FILTERMethods in org.codehaus.jackson.map.introspect that return MethodFilter Modifier and Type Method Description protected 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 MethodFilter Modifier and Type Method Description protected 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.
-