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
ClassNotFoundExceptionpublic Object getDeclaredField(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint)
throws Throwable
Throwablepublic Object getDeclaredMethod(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint)
throws Throwable
Throwable