Represents a function that given a config and the config key string, will return the given type.
Contains static methods for creating Config instances in a lazy way.
Contains static methods for creating Config instances in a lazy way.
The loading process resolves variables lazily - configurations are first completely loaded and merged
(reference.conf, the application file and default overrides) and only then are variables resolved. This
ConfigFactory also considers a third standard configuration file, overrides.conf, which has priority over the
application file and can be used to specify keys that should always be overriden, e.g. by environment variables if
they are defined.
(Since version 2017/07/13) Use https://github.com/pureconfig/pureconfig instead
Provides useful extension methods for Config instances.
Provides useful extension methods for Config instances.
(Since version 2017/07/13) Use https://github.com/pureconfig/pureconfig instead
Represents a function that given a config and the config key string, will return the given type.
the type to be returned
(Since version 2017/07/13) Use https://github.com/pureconfig/pureconfig instead