TypeInfo

interface TypeInfo

Ktor type information.

Properties

Link copied to clipboard
abstract val kotlinType: KType?

: kotlin reified type with all generic type parameters.

Link copied to clipboard
abstract val reifiedType: Type

: type with substituted generics

Link copied to clipboard
abstract val type: KClass<*>

: source KClass<*>