Interface ConfigReader<ConfigType>

Type Parameters:
ConfigType - The config type.
All Known Implementing Classes:
YamlConfigReader

public interface ConfigReader<ConfigType>
A interface to load config files from disk and parse into the specified config type.
  • Method Summary

    Modifier and Type
    Method
    Description