Class MethodInvocationContext
java.lang.Object
io.jexxa.adapterapi.invocation.InvocationContext
io.jexxa.adapterapi.invocation.context.MethodInvocationContext
-
Constructor Summary
ConstructorsConstructorDescriptionMethodInvocationContext(Method method, Object object, Object[] args, List<AroundInterceptor> interceptors) -
Method Summary
Methods inherited from class io.jexxa.adapterapi.invocation.InvocationContext
getArgTypes, getReturnValue, getTarget, getTarget, proceed
-
Constructor Details
-
MethodInvocationContext
public MethodInvocationContext(Method method, Object object, Object[] args, List<AroundInterceptor> interceptors)
-
-
Method Details
-
invoke
public void invoke()Description copied from class:InvocationContextThis method performs a method invocation on given method.- Specified by:
invokein classInvocationContext
-
getMethod
- Specified by:
getMethodin classInvocationContext
-
getArgs
- Specified by:
getArgsin classInvocationContext
-
getReturnValue
- Specified by:
getReturnValuein classInvocationContext
-