public class UniqueMethodFilter extends Object implements ReflectionUtils.MethodFilter
| Constructor and Description |
|---|
UniqueMethodFilter(Class<?> targetClass) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(Method method) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandpublic UniqueMethodFilter(Class<?> targetClass)
public boolean matches(Method method)
matches in interface ReflectionUtils.MethodFilter