TypeInfo
data class TypeInfo
Ktor type information.
Parameters
type
- : source KClass<*>
reifiedType
- : type with substituted generics
kotlinType
- : kotlin reified type with all generic type parameters.
Constructors
Ktor type information. |
Properties
val kotlinType: KType? : kotlin reified type with all generic type parameters. |
|
val reifiedType: Type : type with substituted generics |
|
val type: KClass<*> : source KClass<*> |