Package org.wickedsource.docxstamper.el
Interface StandardMethodExecutor.Invoker
- Enclosing class:
StandardMethodExecutor
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
The invoker is used to call the method in question.
-
Method Summary
-
Method Details
-
invoke
Should call the expected method with the given arguments- Parameters:
arguments- list of arguments to send to the method- Returns:
- the result of the method call
- Throws:
InvocationTargetException- if the method does not accept the expected parametersIllegalAccessException- if the method is not accessible from calling code
-