Single Delegate Provider
class SingleDelegateProvider<T>(val customParamName: String? = null, val mapping: Map<T, String?>? = null) : PropertyDelegateProvider<Parametrized, ReadWriteProperty<Parametrized, T?>>
Functions
Link copied to clipboard
open operator override fun provideDelegate(thisRef: Parametrized, property: KProperty<*>): SingleParamDelegate<T>