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