Class SupplierInvocationContext<T>
java.lang.Object
io.jexxa.adapterapi.invocation.InvocationContext
io.jexxa.adapterapi.invocation.context.SupplierInvocationContext<T>
-
Constructor Summary
ConstructorsConstructorDescriptionSupplierInvocationContext(Object targetObject, SerializableSupplier<T> supplier, Collection<AroundInterceptor> interceptors) -
Method Summary
Methods inherited from class io.jexxa.adapterapi.invocation.InvocationContext
getArgTypes, getReturnValue, getTarget, getTarget, proceed
-
Constructor Details
-
SupplierInvocationContext
public SupplierInvocationContext(Object targetObject, SerializableSupplier<T> supplier, Collection<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
-