class CompoundParamDelegate<T : CompoundParam> : ParameterDelegate<T>
CompoundParamDelegate(customParamName: String? = null) |
val params: List<Parameter> |
val customParamName: String? |
operator fun getValue(thisRef: Parametrized, property: KProperty<*>): T? |
|
operator fun setValue(thisRef: Parametrized, property: KProperty<*>, value: T?): Unit |