SingleDelegateProvider

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

Constructors

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

Functions

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

Properties

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