map List
fun mapList(prop: KProperty1<T, List<*>>, staticProp: KProperty1<Static, List<*>>)
Content copied to clipboard
fun <Y> mapList(prop: KProperty1<T, List<Y>>, block: KImmutableConverterDsl.ListMapping<Static, *, Y>.() -> Unit)
Content copied to clipboard