mapList

fun <X : Any, Y> mapList(prop: KProperty1<T, List<Y>>, staticProp: KProperty1<Static, List<X>>, elementConverter: (X) -> Y)