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
Constructors Constructor Description StandardMethodExecutor(DocxStamperConfiguration configuration, Method method, Object implementation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.expression.TypedValueexecute(org.springframework.expression.EvaluationContext context, Object target, Object... arguments)
-
-
-
Constructor Detail
-
StandardMethodExecutor
public StandardMethodExecutor(DocxStamperConfiguration configuration, Method method, Object implementation)
-
-
Method Detail
-
execute
public org.springframework.expression.TypedValue execute(org.springframework.expression.EvaluationContext context, Object target, Object... arguments) throws org.springframework.expression.AccessException- Specified by:
executein interfaceorg.springframework.expression.MethodExecutor- Throws:
org.springframework.expression.AccessException
-
-