toggle menu
ktor
3.0.0
3.0.0
3.0.0-rc-1
3.0.0-beta-2
3.0.0-beta-1
2.3.12
2.2.4
2.0.3
1.6.8
common
switch theme
search in API
ktor-utils
/
io.ktor.util.reflect
/
TypeInfo
Type
Info
class
TypeInfo
(
val
type
:
KClass
<
*
>
,
val
kotlinType
:
KType
?
=
null
)
Ktor type information.
Members
Constructors
Type
Info
Link copied to clipboard
constructor
(
type
:
KClass
<
*
>
,
reifiedType
:
Type
,
kotlinType
:
KType
?
=
null
)
constructor
(
type
:
KClass
<
*
>
,
kotlinType
:
KType
?
=
null
)
Properties
kotlin
Type
Link copied to clipboard
val
kotlinType
:
KType
?
=
null
Kotlin reified type with all generic type parameters.
type
Link copied to clipboard
val
type
:
KClass
<
*
>
Source KClass<*>
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String