public class AopMethodInvocation
extends Object
Modifier | Constructor and Description |
---|---|
protected |
AopMethodInvocation(Object target,
Method method,
Object adviceMethodContext,
ChainableMethodAdvice nextChainableMethodAdvice,
AopMethodInvocation nextAopMethodInvocation) |
Modifier and Type | Method and Description |
---|---|
<T> T |
getAdviceMethodContext() |
Method |
getMethod() |
Object |
getThis() |
Object |
proceed(Object[] arguments) |
String |
toString() |
protected AopMethodInvocation(Object target, Method method, Object adviceMethodContext, ChainableMethodAdvice nextChainableMethodAdvice, AopMethodInvocation nextAopMethodInvocation)