All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.zhengframework.configuration.parser.ConfigurationParser Maven / Gradle / Ivy

There is a newer version: 1.8.0
Show newest version
package com.github.zhengframework.configuration.parser;

import java.io.InputStream;
import java.util.Map;

public interface ConfigurationParser {

  Map parse(InputStream inputStream);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy