Interface MethodFilter
-
- All Known Implementing Classes:
BasicClassIntrospector.GetterMethodFilter,BasicClassIntrospector.SetterAndGetterMethodFilter,BasicClassIntrospector.SetterMethodFilter
public interface MethodFilterSimple interface that defines API used to filter out irrelevant methods
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanincludeMethod(java.lang.reflect.Method m)
-