public class UniqueMethodFilter extends java.lang.Object implements ReflectionUtils.MethodFilter
| Constructor and Description |
|---|
UniqueMethodFilter(java.lang.Class<?> targetClass) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(java.lang.reflect.Method method) |
public boolean matches(java.lang.reflect.Method method)
matches in interface ReflectionUtils.MethodFilter