Uses of Interface
org.easymock.internal.ReflectionUtils.Predicate
-
Packages that use ReflectionUtils.Predicate Package Description org.easymock.internal -
-
Uses of ReflectionUtils.Predicate in org.easymock.internal
Fields in org.easymock.internal declared as ReflectionUtils.Predicate Modifier and Type Field Description private static ReflectionUtils.Predicate<java.lang.reflect.Method>MockBuilder. CAN_BE_MOCKEDprivate static ReflectionUtils.Predicate<java.lang.reflect.Method>ObjectMethodsFilter. NOT_PRIVATEstatic ReflectionUtils.Predicate<java.lang.reflect.Method>ReflectionUtils. NOT_PRIVATEMethods in org.easymock.internal with parameters of type ReflectionUtils.Predicate Modifier and Type Method Description static java.lang.reflect.MethodReflectionUtils. findMethod(java.lang.Class<?> clazz, java.lang.String name, ReflectionUtils.Predicate<java.lang.reflect.Method> filter)Attempt to find aMethodon the supplied class with the supplied name and no parameters.static java.lang.reflect.MethodReflectionUtils. findMethod(java.lang.Class<?> clazz, java.lang.String name, ReflectionUtils.Predicate<java.lang.reflect.Method> filter, java.lang.Class<?>... paramTypes)Attempt to find aMethodon the supplied class with the supplied name and parameter types.
-