Class StandardMethodExecutor

  • All Implemented Interfaces:
    org.springframework.expression.MethodExecutor

    public class StandardMethodExecutor
    extends Object
    implements org.springframework.expression.MethodExecutor
    • 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:
        execute in interface org.springframework.expression.MethodExecutor
        Throws:
        org.springframework.expression.AccessException