TypeInfo

class TypeInfo(val type: KClass<*>, val kotlinType: KType? = null)

Ktor type information.

Constructors

Link copied to clipboard
constructor(type: KClass<*>, reifiedType: Type, kotlinType: KType? = null)
constructor(type: KClass<*>, kotlinType: KType? = null)

Properties

Link copied to clipboard
val kotlinType: KType? = null

Kotlin reified type with all generic type parameters.

Link copied to clipboard
val type: KClass<*>

Source KClass<*>

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String