public class ReflectionUtils extends Object
| Constructor and Description |
|---|
ReflectionUtils() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
containsOverridingMethod(List<Method> allMethods,
Method methodToCheck) |
static List<Method> |
getMethods(IPredicate<Method> condition,
Class<?> target) |
static Method |
getOverridingMethod(Method overridingMethod,
Class subclass) |
static Collection<Class> |
getSuperclasses(Class from) |
static List<Method> |
withoutOverridenSuperclassMethods(List<Method> allMethods) |
public static List<Method> getMethods(IPredicate<Method> condition, Class<?> target)
public static Method getOverridingMethod(Method overridingMethod, Class subclass)
public static List<Method> withoutOverridenSuperclassMethods(List<Method> allMethods)
public static Collection<Class> getSuperclasses(Class from)
Copyright © 2012. All Rights Reserved.