Uses of Interface
org.springframework.expression.MethodExecutor
Packages that use MethodExecutor Package Description org.springframework.expression Core abstractions behind the Spring Expression Language.org.springframework.expression.spel.support SpEL's default implementations for various core abstractions.Uses of MethodExecutor in org.springframework.expression
Methods in org.springframework.expression that return MethodExecutor Modifier and Type Method Description MethodExecutorMethodResolver. resolve(EvaluationContext context, Object targetObject, String name, List<TypeDescriptor> argumentTypes)Within the supplied context determine a suitable method on the supplied object that can handle the specified arguments.Uses of MethodExecutor in org.springframework.expression.spel.support
Classes in org.springframework.expression.spel.support that implement MethodExecutor Modifier and Type Class Description classReflectiveMethodExecutorMethodExecutorthat works via reflection.Methods in org.springframework.expression.spel.support that return MethodExecutor Modifier and Type Method Description MethodExecutorDataBindingMethodResolver. resolve(EvaluationContext context, Object targetObject, String name, List<TypeDescriptor> argumentTypes)MethodExecutorReflectiveMethodResolver. resolve(EvaluationContext context, Object targetObject, String name, List<TypeDescriptor> argumentTypes)Locate a method on a type.