get

Returns the static Boolean configuration value identified by key, if configured. Returns null if the configuration value is not configured.


operator fun get(key: IntStaticConfigurationKey): Int?

Returns the static Int configuration value identified by key, if configured. Returns null if the configuration value is not configured.


Returns the static Float configuration value identified by key, if configured. Returns null if the configuration value is not configured.


operator fun get(key: LongStaticConfigurationKey): Long?

Returns the static Long configuration value identified by key, if configured. Returns null if the configuration value is not configured.


Returns the static Double configuration value identified by key, if configured. Returns null if the configuration value is not configured.


Returns the static String configuration value identified by key, if configured. Returns null if the configuration value is not configured.


Returns the static Boolean? configuration value identified by key, if configured. Returns null if the configuration value is not configured.


operator fun get(key: OptIntStaticConfigurationKey): Int?

Returns the static Int? configuration value identified by key, if configured. Returns null if the configuration value is not configured.


Returns the static Float? configuration value identified by key, if configured. Returns null if the configuration value is not configured.


Returns the static Long? configuration value identified by key, if configured. Returns null if the configuration value is not configured.


Returns the static Double? configuration value identified by key, if configured. Returns null if the configuration value is not configured.


Returns the static String? configuration value identified by key, if configured. Returns null if the configuration value is not configured.