Interface ConfigReaderSupplier<ConfigType>

Type Parameters:
ConfigType - The config type to get reader for.
All Known Implementing Classes:
FixedConfigReaderSupplier, ProvidedConfigReaderSupplier

public interface ConfigReaderSupplier<ConfigType>
A helper class to load config files from disk and parse into the specified config type.