public interface IExpressContext<K,V>
| Modifier and Type | Method and Description |
|---|---|
V |
get(java.lang.Object key)
根据名称从属性列表中提取属性值。如果表达式中用到了Spring的对象,也是通过此方法获取
|
V |
put(K name,
V object)
表达式计算的结果可以设置回调用系统,例如 userId = 3 + 4
|
Copyright © 2012-2023 Alibaba Group. All Rights Reserved.