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
This class is a wrapper around a method call which can be executed by the Spring Expression Language. It is used by the ExpressionResolver to evaluate method calls.
Version:
${version}
Author:
Joseph Verron
  • Constructor Details

  • Method Details

    • execute

      @NonNull public org.springframework.expression.TypedValue execute(@NonNull org.springframework.expression.EvaluationContext context, @NonNull Object target, @NonNull Object... arguments)
      Specified by:
      execute in interface org.springframework.expression.MethodExecutor