package config
- Alphabetic
- Public
- All
Type Members
-
trait
ConfigReader[+T] extends (Config, String) ⇒ T
Represents a function that given a config and the config key string, will return the given type.
Represents a function that given a config and the config key string, will return the given type.
- T
the type to be returned
- Annotations
- @deprecated @implicitNotFound( ... )
- Deprecated
(Since version 2017/07/13) Use https://github.com/pureconfig/pureconfig instead
Value Members
-
object
LazyConfigFactory
Contains static methods for creating
Configinstances in a lazy way.Contains static methods for creating
Configinstances 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
ConfigFactoryalso 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.
Deprecated Value Members
-
object
ConfigReader
- Annotations
- @deprecated
- Deprecated
(Since version 2017/07/13) Use https://github.com/pureconfig/pureconfig instead
-
object
Implicits extends BasicConfigReaders with ExtendedConfigReaders
Provides useful extension methods for
Configinstances.Provides useful extension methods for
Configinstances.- Annotations
- @deprecated
- Deprecated
(Since version 2017/07/13) Use https://github.com/pureconfig/pureconfig instead