ktor-utils
Toggle table of contents
3.3.1
common
Platform filter
common
Switch theme
Search in API
ktor-utils
ktor-utils
/
io.ktor.util.reflect
/
TypeInfo
/
TypeInfo
Type
Info
constructor
(
type
:
KClass
<
*
>
,
kotlinType
:
KType
?
=
null
)
(
source
)
constructor
(
type
:
KClass
<
*
>
,
reifiedType
:
Type
,
kotlinType
:
KType
?
=
null
)
(
source
)
Deprecated
Use constructor without reifiedType parameter.
Replace with
TypeInfo(type, kotlinType)
Content copied to clipboard