public class ASMMethodAccessor
extends java.lang.Object
| Constructor and Description |
|---|
ASMMethodAccessor() |
| Modifier and Type | Method and Description |
|---|---|
static <I> I |
makeDynamicInvoker(java.lang.Class<I> invokerClass,
java.lang.reflect.Method method) |
static <I> I |
makeInvoker(java.lang.Class<I> invokerClass,
java.lang.Object instance,
java.lang.reflect.Method method) |
public static <I> I makeInvoker(@Nonnull
java.lang.Class<I> invokerClass,
java.lang.Object instance,
@Nonnull
java.lang.reflect.Method method)
public static <I> I makeDynamicInvoker(@Nonnull
java.lang.Class<I> invokerClass,
@Nonnull
java.lang.reflect.Method method)