Feature

enum Feature : Enum<Feature>

Enumeration that defines simple on/off features.

Entries

FAIL_ON_UNKNOWN_PATH
Link copied to clipboard
Feature that determines what happens when unknown paths appear in the source.
LOAD_KEYS_CASE_INSENSITIVELY
Link copied to clipboard
Feature that determines whether loading keys from sources case-insensitively.
LOAD_KEYS_AS_LITTLE_CAMEL_CASE
Link copied to clipboard
Feature that determines whether loading keys from sources as little camel case.
OPTIONAL_SOURCE_BY_DEFAULT
Link copied to clipboard
Feature that determines whether sources are optional by default.
SUBSTITUTE_SOURCE_BEFORE_LOADED
Link copied to clipboard
Feature that determines whether sources should be substituted before loaded into config.

Properties

enabledByDefault
Link copied to clipboard
val enabledByDefault: Boolean
name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int

Sources

jvm source
Link copied to clipboard