类 JsonConfigParser
java.lang.Object
org.dromara.dynamictp.common.parser.config.AbstractConfigParser
org.dromara.dynamictp.common.parser.config.JsonConfigParser
- 所有已实现的接口:
ConfigParser
JsonConfigParser related
- 从以下版本开始:
- 1.0.5
- 作者:
- yanhom
-
构造器概要
构造器 -
方法概要
从类继承的方法 org.dromara.dynamictp.common.parser.config.AbstractConfigParser
supports
-
构造器详细资料
-
JsonConfigParser
public JsonConfigParser()
-
-
方法详细资料
-
types
从接口复制的说明:ConfigParserType: yaml, properties...- 返回:
- the parse supports types.
-
doParse
从接口复制的说明:ConfigParserParse content.- 参数:
content- content- 返回:
- k-v properties
- 抛出:
IOException- if occurs error while parsing
-
doParse
从接口复制的说明:ConfigParserParse content.- 指定者:
doParse在接口中ConfigParser- 覆盖:
doParse在类中AbstractConfigParser- 参数:
content- contentprefix- key prefix- 返回:
- k-v properties
- 抛出:
IOException- if occurs error while parsing
-