Class SpecialMethodInvoker<V>
java.lang.Object
io.smallrye.faulttolerance.core.invocation.SpecialMethodInvoker<V>
- All Implemented Interfaces:
Invoker<V>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> TgetArgument(int index, Class<T> parameterType) intproceed()<T> TreplaceArgument(int index, Class<T> parameterType, Function<T, T> transformation)
-
Constructor Details
-
SpecialMethodInvoker
public SpecialMethodInvoker(Method method, Object target, Object[] arguments) throws ReflectiveOperationException - Throws:
ReflectiveOperationException
-
-
Method Details
-
parametersCount
public int parametersCount()- Specified by:
parametersCountin interfaceInvoker<V>
-
getArgument
- Specified by:
getArgumentin interfaceInvoker<V>
-
replaceArgument
- Specified by:
replaceArgumentin interfaceInvoker<V>
-
proceed
-