KMapper
Toggle table of contents
2.2.2
android
common
ios
jvm
Target filter
android
common
ios
jvm
Switch theme
Search in API
Skip to content
KMapper
core
/
com.sahsenvar.kmapper.converter
/
TypeConverterRegistry
Type
Converter
Registry
android
common
ios
jvm
actual
object
TypeConverterRegistry
expect
object
TypeConverterRegistry
actual
object
TypeConverterRegistry
actual
object
TypeConverterRegistry
Members
Functions
get
Link copied to clipboard
android
common
ios
jvm
actual
fun
<
S
:
Any
,
T
:
Any
>
get
(
sourceType
:
KClass
<
S
>
,
targetType
:
KClass
<
T
>
)
:
MapTypeConverter
<
S
,
T
>
?
expect
fun
<
S
:
Any
,
T
:
Any
>
get
(
sourceType
:
KClass
<
S
>
,
targetType
:
KClass
<
T
>
)
:
MapTypeConverter
<
S
,
T
>
?
actual
fun
<
S
:
Any
,
T
:
Any
>
get
(
sourceType
:
KClass
<
S
>
,
targetType
:
KClass
<
T
>
)
:
MapTypeConverter
<
S
,
T
>
?
actual
fun
<
S
:
Any
,
T
:
Any
>
get
(
sourceType
:
KClass
<
S
>
,
targetType
:
KClass
<
T
>
)
:
MapTypeConverter
<
S
,
T
>
?
has
Link copied to clipboard
android
common
ios
jvm
actual
fun
<
S
:
Any
,
T
:
Any
>
has
(
sourceType
:
KClass
<
S
>
,
targetType
:
KClass
<
T
>
)
:
Boolean
expect
fun
<
S
:
Any
,
T
:
Any
>
has
(
sourceType
:
KClass
<
S
>
,
targetType
:
KClass
<
T
>
)
:
Boolean
actual
fun
<
S
:
Any
,
T
:
Any
>
has
(
sourceType
:
KClass
<
S
>
,
targetType
:
KClass
<
T
>
)
:
Boolean
actual
fun
<
S
:
Any
,
T
:
Any
>
has
(
sourceType
:
KClass
<
S
>
,
targetType
:
KClass
<
T
>
)
:
Boolean
register
Link copied to clipboard
android
common
ios
jvm
actual
fun
<
S
:
Any
,
T
:
Any
>
register
(
converter
:
MapTypeConverter
<
S
,
T
>
)
expect
fun
<
S
:
Any
,
T
:
Any
>
register
(
converter
:
MapTypeConverter
<
S
,
T
>
)
actual
fun
<
S
:
Any
,
T
:
Any
>
register
(
converter
:
MapTypeConverter
<
S
,
T
>
)
actual
fun
<
S
:
Any
,
T
:
Any
>
register
(
converter
:
MapTypeConverter
<
S
,
T
>
)