public class UniqueMethodFilter extends java.lang.Object implements ReflectionUtils.MethodFilter
ReflectionUtils.MethodFilter implementation that will match unique methods.| 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