| Interface | Description |
|---|---|
| Configuration |
Looks up configuration properties.
|
| Class | Description |
|---|---|
| CommandLineOption | |
| CommandLineOptions | |
| ConfigurationMap |
Configuration stored in a map.
|
| ConfigurationProperties |
Configuration stored in a Properties object.
|
| EnvironmentVariables |
Configuration looked up in the environment variables of the process.
|
| Key<T> |
A key that identifies a named, typed property and can convert a string representation into a value of the type.
|
| Konfig | |
| LocatedConfiguration | |
| Location |
Describes the location of configuration information. A location may have a uri or may not, because it is
compiled into the application or obtained from ephemeral data, such as the process environment or command-line
parameters,
|
| MagicKt | |
| Override |
Looks up configuration in override and, if the property is not defined there, looks it up in fallback.
|
| ParseResult<T> | |
| PropertyGroup | |
| PropertyKeys | |
| PropertyLocation |
Represents the location of a value looked up by a key.
|
| PropertyTypes | |
| Subset |
Represents a subset of a larger set of configuration properties.
|
| Exception | Description |
|---|---|
| Misconfiguration |
Error thrown when a mandatory property is missing
|