Multiplatform Ktor schema declaration • opensavvy.spine.api • setValue
setValue¶
inline operator fun <T> Parameters.Parameter<T>.setValue(thisRef: Parameters, property: KProperty<*>, value: T)
Internal method used by the parameter declaration syntax.
See Parameters.parameter.
inline operator fun <T> Parameters.ListParameter<T>.setValue(thisRef: Parameters, property: KProperty<*>, value: List<T>)
Internal method used by the parameter declaration syntax.
See Parameters.listParameter.