public abstract class BaseYmlFlowParser extends Object implements FlowParser
| Constructor and Description |
|---|
BaseYmlFlowParser() |
| Modifier and Type | Method and Description |
|---|---|
protected com.fasterxml.jackson.databind.JsonNode |
convertToJson(String yamlString) |
void |
parse(List<String> contentList) |
void |
parse(String content) |
abstract void |
parseOneChain(com.fasterxml.jackson.databind.JsonNode chain)
解析一个 chain 的过程
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitparseMainpublic void parse(List<String> contentList) throws Exception
parse in interface FlowParserExceptionprotected com.fasterxml.jackson.databind.JsonNode convertToJson(String yamlString)
public abstract void parseOneChain(com.fasterxml.jackson.databind.JsonNode chain)
chain - chainCopyright © 2025. All rights reserved.