类 YamlConfigParser
java.lang.Object
org.dromara.dynamictp.common.parser.config.AbstractConfigParser
org.dromara.dynamictp.common.parser.config.YamlConfigParser
- 所有已实现的接口:
ConfigParser
YamlConfigParser related
- 从以下版本开始:
- 1.0.0
- 作者:
- yanhom
-
构造器概要
构造器 -
方法概要
从类继承的方法 org.dromara.dynamictp.common.parser.config.AbstractConfigParser
doParse, supports
-
构造器详细资料
-
YamlConfigParser
public YamlConfigParser()
-
-
方法详细资料
-
types
从接口复制的说明:ConfigParserType: yaml, properties...- 返回:
- the parse supports types.
-
doParse
从接口复制的说明:ConfigParserParse content.- 参数:
content- content- 返回:
- k-v properties
-