org.springframework.yarn.support
Class UniqueMethodFilter
java.lang.Object
org.springframework.yarn.support.UniqueMethodFilter
- All Implemented Interfaces:
- ReflectionUtils.MethodFilter
public class UniqueMethodFilter
- extends Object
- implements ReflectionUtils.MethodFilter
A ReflectionUtils.MethodFilter implementation that will match unique methods.
- Author:
- Oleg Zhurakousky, Janne Valkealahti
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UniqueMethodFilter
public UniqueMethodFilter(Class<?> targetClass)
matches
public boolean matches(Method method)
- Specified by:
matches in interface ReflectionUtils.MethodFilter