public class UniqueMethodFilter extends Object implements ReflectionUtils.MethodFilter
ReflectionUtils.MethodFilter implementation that will match unique methods.| Constructor and Description |
|---|
UniqueMethodFilter(Class<?> targetClass) |
public UniqueMethodFilter(Class<?> targetClass)
public boolean matches(Method method)
matches in interface ReflectionUtils.MethodFilter