- Companion:
- class
Type members
Classlikes
A simplified config provider that knows only how to deal with flat (key/value) properties. Because these providers are common, there is special support for implementing them.
A simplified config provider that knows only how to deal with flat (key/value) properties. Because these providers are common, there is special support for implementing them.
- Companion:
- object
Value members
Concrete methods
Constructs a new ConfigProvider from a key/value (flat) provider, where nesting is embedded into the string keys.
Constructs a new ConfigProvider from a key/value (flat) provider, where nesting is embedded into the string keys.
Concrete fields
A config provider layer that loads configuration from interactive console prompts, using the default Console service.
A config provider layer that loads configuration from interactive console prompts, using the default Console service.
A config provider layer that loads configuration from environment variables, using the default System service.
A config provider layer that loads configuration from environment variables, using the default System service.
A config provider that loads configuration from environment variables, using the default System service.
A config provider that loads configuration from environment variables, using the default System service.
A config provider layer that loads configuration from system properties, using the default System service.
A config provider layer that loads configuration from system properties, using the default System service.
A configuration provider that loads configuration from system properties, using the default System service.
A configuration provider that loads configuration from system properties, using the default System service.