Package io.jexxa.adapterapi.invocation
Class InvocationContext
java.lang.Object
io.jexxa.adapterapi.invocation.InvocationContext
- Direct Known Subclasses:
ConsumerInvocationContext,FunctionInvocationContext,MethodInvocationContext,RunnableInvocationContext,SupplierInvocationContext
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInvocationContext(Object targetObject, Collection<AroundInterceptor> interceptors) -
Method Summary
-
Constructor Details
-
InvocationContext
-
-
Method Details
-
invoke
public abstract void invoke()This method performs a method invocation on given method.- Throws:
InvocationTargetRuntimeException- forwards exception from Java's reflective API because it cannot be handled here in a meaningful way
-
getMethod
-
getTarget
-
getTarget
-
getArgs
-
getReturnValue
-
getReturnValue
-
getArgTypes
-
proceed
public void proceed()
-