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 declaredFieldThrowable) |
static void |
setDeclaredMethodThrowable(Throwable declaredMethodThrowable) |
public static void setDeclaredFieldThrowable(Throwable declaredFieldThrowable)
public static void setDeclaredMethodThrowable(Throwable declaredMethodThrowable)
throws ClassNotFoundException
ClassNotFoundExceptionpublic Object getDeclaredField(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint)
throws Throwable
Throwablepublic Object getDeclaredMethod(org.aspectj.lang.ProceedingJoinPoint proceedingJoinPoint)
throws Throwable
Throwable