SingleDelegateProvider

class SingleDelegateProvider<T>(val customParamName: String? = null, val mapping: Map<T, String?>? = null)

Constructors

Link copied to clipboard
constructor(customParamName: String? = null, mapping: Map<T, String?>? = null)

Properties

Link copied to clipboard
val customParamName: String? = null
Link copied to clipboard
val mapping: Map<T, String?>? = null

Functions

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