类 ConfirmNodeParser
java.lang.Object
dev.tinyflow.core.parser.BaseNodeParser<ConfirmNode>
dev.tinyflow.core.parser.impl.ConfirmNodeParser
- 所有已实现的接口:
NodeParser<ConfirmNode>
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明doParse(com.alibaba.fastjson.JSONObject root, com.alibaba.fastjson.JSONObject data, com.alibaba.fastjson.JSONObject chainJSONObject) 从类继承的方法 dev.tinyflow.core.parser.BaseNodeParser
addOutputDefs, addParameters, getChainParser, getData, getParameters, getParameters, parse
-
构造器详细资料
-
ConfirmNodeParser
public ConfirmNodeParser()
-
-
方法详细资料
-
doParse
public ConfirmNode doParse(com.alibaba.fastjson.JSONObject root, com.alibaba.fastjson.JSONObject data, com.alibaba.fastjson.JSONObject chainJSONObject) - 指定者:
doParse在类中BaseNodeParser<ConfirmNode>
-