Class BasicClassIntrospector.GetterMethodFilter
java.lang.Object
org.codehaus.jackson.map.introspect.BasicClassIntrospector.GetterMethodFilter
- All Implemented Interfaces:
MethodFilter
- Enclosing class:
BasicClassIntrospector
@Deprecated
public static class BasicClassIntrospector.GetterMethodFilter
extends Object
implements MethodFilter
Deprecated.
Since 1.9 just don't use
Filter used to only include methods that have signature that is
compatible with "getters": take no arguments, are non-static,
and return something.
-
Method Summary
-
Method Details
-
includeMethod
Deprecated.- Specified by:
includeMethod
in interfaceMethodFilter
-