SingleParamDelegate
class SingleParamDelegate<T>(paramName: String, val mapping: Map<T, String?>? = null) : ParameterDelegate<T>
Content copied to clipboard
Constructors
Functions
Link copied to clipboard
Link copied to clipboard
operator fun setValue( thisRef: Parametrized, property: KProperty<*>, value: T?)
Content copied to clipboard