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