JsonDelegateProperty

class JsonDelegateProperty<out T>(key: String?, initializer: PropertyInitializer<T>) : ReadOnlyProperty<Any?, T>

Functions

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