ApplicationConfigValue

Represents an application config value

Report a problem

Types

Link copied to clipboard

Represents the type of application configuration value.

Properties

Link copied to clipboard

Represents the type of the application configuration value.

Functions

Link copied to clipboard
abstract fun getAs(type: TypeInfo): Any?

Convert the property to an arbitrary type using deserialization.

Link copied to clipboard

Converts the application config value to the given type parameter.

Link copied to clipboard
abstract fun getList(): List<String>

Get property list value

Link copied to clipboard
abstract fun getMap(): Map<String, Any?>

Get property as a map

Link copied to clipboard
abstract fun getString(): String

Get property string value