data class TypeInfo
Ktor type information.
type - : source KClass<*>
type
reifiedType - : type with substituted generics
reifiedType
<init>
TypeInfo(type: KClass<*>, reifiedType: Type)
val reifiedType: Type
: type with substituted generics
val type: KClass<*>
: source KClass<*>