Class FixedConfigReaderSupplier<ConfigType>

  • Type Parameters:
    ConfigType - The config type to get reader for.
    All Implemented Interfaces:
    ConfigReaderSupplier<ConfigType>

    public class FixedConfigReaderSupplier<ConfigType>
    extends Object
    implements ConfigReaderSupplier<ConfigType>
    Get a fixed config reader.
    • Constructor Detail

      • FixedConfigReaderSupplier

        public FixedConfigReaderSupplier​(ConfigReader<ConfigType> configReader)
        Instantiate config reader supplier with given reader.
        Parameters:
        configReader - The config reader to use.