- 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 ConfigProvider that loads configuration information from environment variables, using the default System service and the specified delimiter strings.
Constructs a ConfigProvider that loads configuration information from environment variables, using the default System service and the specified delimiter strings.
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.
Constructs a ConfigProvider using a map and the specified delimiter string, which determines how to split the keys in the map into path segments.
Constructs a ConfigProvider using a map and the specified delimiter string, which determines how to split the keys in the map into path segments.
Constructs a ConfigProvider that loads configuration information from system properties, using the default System service and the specified delimiter strings.
Constructs a ConfigProvider that loads configuration information from system properties, using the default System service and the specified delimiter strings.
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.