public class KonfigKt
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
getDescription(java.util.List<com.natpryce.konfig.PropertyLocation> $receiver) |
static java.lang.String |
missingPropertyMessage(Configuration $receiver,
Key<?> key)
The message used for the
class Misconfiguration exception thrown by get when there is no property defined
for key. |
static Configuration |
overriding(Configuration $receiver,
Configuration defaults) |
public static java.lang.String missingPropertyMessage(Configuration $receiver, Key<?> key)
The message used for the class Misconfiguration exception thrown by get when there is no property defined
for key.
class Misconfiguration,
getpublic static java.lang.String getDescription(java.util.List<com.natpryce.konfig.PropertyLocation> $receiver)
public static Configuration overriding(Configuration $receiver, Configuration defaults)