CompoundDelegateProvider

class CompoundDelegateProvider<T : CompoundParam<T>>(val customParamName: String? = null, val yamlName: String? = null) : PropertyDelegateProvider<Parametrized, ReadWriteProperty<Parametrized, T?>>

Constructors

Link copied to clipboard
constructor(customParamName: String? = null, yamlName: String? = null)

Properties

Link copied to clipboard
val customParamName: String? = null
Link copied to clipboard
val yamlName: String? = null

Functions

Link copied to clipboard
open operator override fun provideDelegate(thisRef: Parametrized, property: KProperty<*>): CompoundParamDelegate<T>