Class BasicClassIntrospector.SetterAndGetterMethodFilter
- java.lang.Object
-
- org.codehaus.jackson.map.introspect.BasicClassIntrospector.SetterMethodFilter
-
- org.codehaus.jackson.map.introspect.BasicClassIntrospector.SetterAndGetterMethodFilter
-
- All Implemented Interfaces:
MethodFilter
- Enclosing class:
- BasicClassIntrospector
@Deprecated public static final class BasicClassIntrospector.SetterAndGetterMethodFilter extends BasicClassIntrospector.SetterMethodFilter
Deprecated.Since 1.9 just don't useFilter used if some getters (namely, once needed for "setterless collection injection") are also needed, not just setters.
-
-
Constructor Summary
Constructors Constructor Description SetterAndGetterMethodFilter()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
includeMethod(java.lang.reflect.Method m)
Deprecated.
-
-
-
Method Detail
-
includeMethod
public boolean includeMethod(java.lang.reflect.Method m)
Deprecated.- Specified by:
includeMethod
in interfaceMethodFilter
- Overrides:
includeMethod
in classBasicClassIntrospector.SetterMethodFilter
-
-