Class ConfigReader<ConfigType>

  • Type Parameters:
    ConfigType - The config type.
    Direct Known Subclasses:
    ConfigReader.YamlConfigReader

    public abstract class ConfigReader<ConfigType>
    extends Object
    A helper class to load config files from disk and parse into the specified config type.
    • Constructor Detail

      • ConfigReader

        protected ConfigReader()
        Protected constructor.