org.codehaus.jackson.map.introspect
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
public static final class BasicClassIntrospector.SetterAndGetterMethodFilter
- extends BasicClassIntrospector.SetterMethodFilter
Filter used if some getters (namely, once needed for "setterless
collection injection") are also needed, not just setters.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
instance
public static final BasicClassIntrospector.SetterAndGetterMethodFilter instance
BasicClassIntrospector.SetterAndGetterMethodFilter
public BasicClassIntrospector.SetterAndGetterMethodFilter()
includeMethod
public boolean includeMethod(Method m)
- Specified by:
includeMethod
in interface MethodFilter
- Overrides:
includeMethod
in class BasicClassIntrospector.SetterMethodFilter