@ProviderType
public interface AopMethodInvocation
ChainableMethodAdvice
.Modifier and Type | Method and Description |
---|---|
<T> T |
getAdviceMethodContext() |
Method |
getMethod() |
Object |
getThis() |
Object |
proceed(Object[] arguments) |
<T> T getAdviceMethodContext()
ChainableMethodAdvice.createMethodContext(Class, Method,
java.util.Map)
Method getMethod()
Method
being advised for this invocationObject getThis()
Object
being advised for this invocationObject proceed(Object[] arguments) throws Throwable
arguments
- the arguments to use when invoking the methodThrowable