| Interface | Description |
|---|---|
| Configuration |
Looks up configuration properties.
|
| Class | Description |
|---|---|
| CliKt | |
| CommandLineOption | |
| 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.
|
| KonfigKt | |
| 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 | |
| Misconfiguration |
Error thrown when a mandatory property is missing
|
| Override |
Looks up configuration in override and, if the property is not defined there, looks it up in fallback.
|
| PropertyGroup | |
| PropertyLocation |
Represents the location of a value looked up by a key.
|
| Property_typesKt | |
| Subset |
Represents a subset of a larger set of configuration properties.
|
| Time_property_typesKt |