Package org.wickedsource.docxstamper.el
Class StandardMethodExecutor
java.lang.Object
org.wickedsource.docxstamper.el.StandardMethodExecutor
- All Implemented Interfaces:
org.springframework.expression.MethodExecutor
public class StandardMethodExecutor
extends Object
implements org.springframework.expression.MethodExecutor
-
Constructor Summary
ConstructorsConstructorDescriptionStandardMethodExecutor(org.wickedsource.docxstamper.el.StandardMethodExecutor.Invoker invoker, Function<ReflectiveOperationException, org.springframework.expression.TypedValue> onFail) -
Method Summary
-
Constructor Details
-
StandardMethodExecutor
public StandardMethodExecutor(org.wickedsource.docxstamper.el.StandardMethodExecutor.Invoker invoker, Function<ReflectiveOperationException, org.springframework.expression.TypedValue> onFail)
-
-
Method Details