Class BuiltInFunctionResolver

java.lang.Object
com.predic8.membrane.core.lang.spel.functions.BuiltInFunctionResolver
All Implemented Interfaces:
org.springframework.expression.MethodResolver

public class BuiltInFunctionResolver extends Object implements org.springframework.expression.MethodResolver
  • Constructor Details

    • BuiltInFunctionResolver

      public BuiltInFunctionResolver()
  • Method Details

    • resolve

      public org.springframework.expression.MethodExecutor resolve(org.springframework.expression.EvaluationContext context, Object targetObject, String name, List<org.springframework.core.convert.TypeDescriptor> argumentTypes) throws org.springframework.expression.AccessException
      Specified by:
      resolve in interface org.springframework.expression.MethodResolver
      Throws:
      org.springframework.expression.AccessException