public class ReflectionUtilAdvice
extends Object
Constructor and Description |
---|
ReflectionUtilAdvice() |
Modifier and Type | Method and Description |
---|---|
Object |
getDeclaredField(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint) |
Object |
getDeclaredMethod(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint) |
static void |
setDeclaredFieldThrowable(Throwable throwable) |
static void |
setDeclaredMethodThrowable(Throwable throwable) |
public static void setDeclaredFieldThrowable(Throwable throwable)
public static void setDeclaredMethodThrowable(Throwable throwable) throws ClassNotFoundException
ClassNotFoundException
public Object getDeclaredField(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint) throws Throwable
Throwable
public Object getDeclaredMethod(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint) throws Throwable
Throwable