接口的使用
cn.taketoday.expression.MethodExecutor
使用MethodExecutor的程序包
程序包
说明
Core abstractions behind the Spring Expression Language.
SpEL's default implementations for various core abstractions.
-
cn.taketoday.expression中MethodExecutor的使用
修饰符和类型方法说明MethodResolver.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. -
cn.taketoday.expression.spel.support中MethodExecutor的使用
修饰符和类型方法说明DataBindingMethodResolver.resolve(EvaluationContext context, Object targetObject, String name, List<TypeDescriptor> argumentTypes) ReflectiveMethodResolver.resolve(EvaluationContext context, Object targetObject, String name, List<TypeDescriptor> argumentTypes) Locate a method on a type.