public class ExpressionEvaluator<T>
extends org.springframework.context.expression.CachedExpressionEvaluator
| 构造器和说明 |
|---|
ExpressionEvaluator() |
| 限定符和类型 | 方法和说明 |
|---|---|
org.springframework.expression.EvaluationContext |
createEvaluationContext(Object object,
Class<?> targetClass,
Method method,
Object[] args)
Create the suitable
EvaluationContext for the specified event handling
on the specified method. |
Object |
key(String keyExpression,
org.springframework.context.expression.AnnotatedElementKey methodKey,
org.springframework.expression.EvaluationContext evalContext) |
T |
key(String keyExpression,
org.springframework.context.expression.AnnotatedElementKey methodKey,
org.springframework.expression.EvaluationContext evalContext,
Class<T> clazz) |
public org.springframework.expression.EvaluationContext createEvaluationContext(Object object, Class<?> targetClass, Method method, Object[] args)
EvaluationContext for the specified event handling
on the specified method.@Nullable public T key(String keyExpression, org.springframework.context.expression.AnnotatedElementKey methodKey, org.springframework.expression.EvaluationContext evalContext, Class<T> clazz)
Copyright © 2021 hellothomas. All rights reserved.