CompoundParamDelegate

class CompoundParamDelegate<T : CompoundParam<T>>(paramName: String, yamlName: String?) : ParameterDelegate<T>

Constructors

Link copied to clipboard
constructor(paramName: String, yamlName: String?)

Properties

Link copied to clipboard

Functions

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