NamedValueProperty

A StringValuesBuilder property delegate that holds the name to be used for storing the value.

Properties

Link copied to clipboard
abstract val name: String

Inherited functions

Link copied to clipboard
abstract operator override fun getValue(thisRef: StringValuesBuilder, property: KProperty<*>): T
Link copied to clipboard
abstract operator fun setValue(thisRef: StringValuesBuilder, property: KProperty<*>, value: T)
Link copied to clipboard

Specifies that this query parameter should only take a single value.

Link copied to clipboard

Adds a default value to the specified delegate. If the string-value has not been set before, defaultValue is returned instead of null.