@FunctionalInterface public static interface ReflectionUtils.MethodFilter
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(Method method)
Determine whether the given method matches.
|
boolean matches(Method method)
method - the method to check