mapList

fun mapList(prop: KProperty1<T, List<*>>)
fun mapList(prop: KProperty1<T, List<*>>, staticProp: KProperty1<Static, List<*>>)
fun <Y> mapList(prop: KProperty1<T, List<Y>>, block: KImmutableConverterDsl.ListMapping<Static, *, Y>.() -> Unit)
fun <X, Y> mapList(prop: KProperty1<T, List<Y>>, staticProp: KProperty1<Static, List<X>>, block: KImmutableConverterDsl.ListMapping<Static, X, Y>.() -> Unit)