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