data class TypeInfo
Ktor type information.
reifiedType
- : type with substituted generics
kotlinType
- : kotlin reified type with all generic type parameters.
TypeInfo(type: KClass<*>, reifiedType: Type, kotlinType: KType? = null)
Ktor type information. |
val kotlinType: KType?
: kotlin reified type with all generic type parameters. |
|
val reifiedType: Type
: type with substituted generics |
|
val type: KClass<*>
: source KClass<*> |