- 所有已实现的接口:
- ConfigParser
- 直接已知子类:
- DefaultJsonConfigParser, DefaultPropertiesConfigParser, DefaultXmlConfigParser, DefaultYamlConfigParser
public abstract class AbstractConfigParser
extends Object
implements ConfigParser
The user inherits the AbstraceConfigParse abstract class and adds the implementation class in
META-INF/com.alibaba.nacos.spring.util.ConfigParse to implement the addition of custom parsing rules. If the dataId
and group methods are not overridden, Will override the original parsing rule implementation, otherwise the
user-defined parsing rules will only be applied to specific dataId and group