public final class ReflectionUtil
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
ReflectionUtil.ConditionalInvocationHandler |
static interface |
ReflectionUtil.IDecorator<T,I> |
static interface |
ReflectionUtil.Invocable |
| Modifier and Type | Method and Description |
|---|---|
static <T,I,E extends ReflectionUtil.IDecorator<T,I>> |
getWrapper(T original,
java.lang.Class<I> interfaceClass,
E interfaceImpl,
boolean implementInvokable) |
public static <T,I,E extends ReflectionUtil.IDecorator<T,I>> java.lang.Object getWrapper(T original, java.lang.Class<I> interfaceClass, E interfaceImpl, boolean implementInvokable)