map

fun map(prop: KProperty1<T, *>)
fun map(prop: KProperty1<T, *>, staticProp: KProperty1<Static, *>)
fun <Y> map(prop: KProperty1<T, Y?>, block: KImmutableConverterDsl.Mapping<Static, *, Y>.() -> Unit)
fun <X, Y> map(prop: KProperty1<T, Y?>, staticProp: KProperty1<Static, X?>, block: KImmutableConverterDsl.Mapping<Static, X, Y>.() -> Unit)