接口的使用
cn.taketoday.expression.MethodExecutor
使用MethodExecutor的程序包
程序包
说明
Core abstractions behind the Spring Expression Language.
SpEL's abstract syntax tree.
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.ast中MethodExecutor的使用
修饰符和类型字段说明private final MethodExecutorMethodReference.CachedMethodExecutor.methodExecutormethodExecutor记录组件的字段。修饰符和类型方法说明private MethodExecutorMethodReference.findAccessorForMethod(List<TypeDescriptor> argumentTypes, Object targetObject, EvaluationContext evaluationContext) MethodReference.CachedMethodExecutor.get()private MethodExecutorMethodReference.getCachedExecutor(EvaluationContext evaluationContext, Object value, TypeDescriptor target, List<TypeDescriptor> argumentTypes) MethodReference.CachedMethodExecutor.methodExecutor()返回methodExecutor记录组件的值。限定符构造器说明privateCachedMethodExecutor(MethodExecutor methodExecutor, Class<?> staticClass, TypeDescriptor target, List<TypeDescriptor> argumentTypes) 创建CachedMethodExecutor记录的实例。 -
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.