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(Method m)
-
-
-
Method Detail
-
includeMethod
boolean includeMethod(Method m)
-
-