Uses of Interface
org.easymock.internal.ReflectionUtils.Predicate
Packages that use ReflectionUtils.Predicate
-
Uses of ReflectionUtils.Predicate in org.easymock.internal
Fields in org.easymock.internal declared as ReflectionUtils.PredicateModifier and TypeFieldDescriptionstatic final ReflectionUtils.Predicate<Method>
ReflectionUtils.NOT_PRIVATE
Methods in org.easymock.internal with parameters of type ReflectionUtils.PredicateModifier and TypeMethodDescriptionstatic Method
ReflectionUtils.findMethod
(Class<?> clazz, String name, ReflectionUtils.Predicate<Method> filter) Attempt to find aMethod
on the supplied class with the supplied name and no parameters.static Method
ReflectionUtils.findMethod
(Class<?> clazz, String name, ReflectionUtils.Predicate<Method> filter, Class<?>... paramTypes) Attempt to find aMethod
on the supplied class with the supplied name and parameter types.