public final class ReflectionUtils
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static java.util.Set<java.lang.reflect.Method> |
getMethods(java.lang.Class<?> type) |
static void |
iterateHierarchy(java.lang.Class<?> type,
IIterationCallback<java.lang.Class<?>> callback)
Iterates over all classes and interfaces in the type hierarchy of this type (including this type).
|
public static java.util.Set<java.lang.reflect.Method> getMethods(java.lang.Class<?> type)
public static void iterateHierarchy(java.lang.Class<?> type,
IIterationCallback<java.lang.Class<?>> callback)
type - The type to iterate overcallback - The callbackSiehe auch Jowidgets Nutzerhandbuch