类 TemplateNodeParser
java.lang.Object
dev.tinyflow.core.parser.BaseNodeParser<TemplateNode>
dev.tinyflow.core.parser.impl.TemplateNodeParser
- 所有已实现的接口:
NodeParser<TemplateNode>
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明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
-
构造器详细资料
-
TemplateNodeParser
public TemplateNodeParser()
-
-
方法详细资料
-
doParse
public TemplateNode doParse(com.alibaba.fastjson.JSONObject root, com.alibaba.fastjson.JSONObject data, com.alibaba.fastjson.JSONObject chainJSONObject) - 指定者:
doParse在类中BaseNodeParser<TemplateNode>
-