feature #I5CW7I 【版本特性】构造全新的EL规则表达式

This commit is contained in:
everywhere.z
2022-06-24 01:20:01 +08:00
parent 863003486a
commit 90b1336737

View File

@@ -24,9 +24,8 @@ import java.util.function.Consumer;
/**
* Chain基于代码形式的组装器
* EL表达式规则专属组装器
*
* @author Bryan.Zhang
* @since 2.6.8
* @since 2.8.0
*/
public class LiteFlowChainELBuilder {
@@ -46,7 +45,8 @@ public class LiteFlowChainELBuilder {
//后置处理Condition用来区别主体的Condition
private final List<Condition> finallyConditionList;
private ExpressRunner expressRunner;
//EL解析引擎
private final ExpressRunner expressRunner;
public static LiteFlowChainELBuilder createChain() {
return new LiteFlowChainELBuilder();