public final class DecoratorsHelper extends java.lang.Object
| Modifier and Type | Method and Description | 
|---|---|
static java.lang.invoke.MethodHandle | 
getDecoratedMethodHandle(java.lang.reflect.Method originalMethod)  | 
static java.lang.invoke.MethodHandle | 
getDecoratedMethodHandle(java.lang.invoke.MethodHandles.Lookup caller,
                        java.lang.reflect.Method originalMethod,
                        int arity)  | 
static java.lang.invoke.MethodHandle | 
getDecoratedMethodHandle(java.lang.reflect.Method originalMethod,
                        int arity)  | 
static java.lang.reflect.Method | 
getDecoratorMethod(java.lang.reflect.Method decorated)  | 
static boolean | 
isMethodDecorated(java.lang.reflect.Method method)  | 
public static boolean isMethodDecorated(java.lang.reflect.Method method)
public static java.lang.reflect.Method getDecoratorMethod(java.lang.reflect.Method decorated)
public static java.lang.invoke.MethodHandle getDecoratedMethodHandle(java.lang.invoke.MethodHandles.Lookup caller, java.lang.reflect.Method originalMethod, int arity)
public static java.lang.invoke.MethodHandle getDecoratedMethodHandle(java.lang.reflect.Method originalMethod, int arity)
public static java.lang.invoke.MethodHandle getDecoratedMethodHandle(java.lang.reflect.Method originalMethod)