public interface ConfigParser
boolean supports(ConfigFileTypeEnum type)
type - config file typeList<ConfigFileTypeEnum> types()
Map<Object,Object> doParse(String content) throws IOException
content - contentIOException - if occurs error while parsingMap<Object,Object> doParse(String content, String prefix) throws IOException
content - contentprefix - key prefixIOException - if occurs error while parsingCopyright © 2023. All rights reserved.