KImmutable Converter Dsl
Types
Functions
Link copied to clipboard
Link copied to clipboard
fun <Y> map(prop: KProperty1<T, Y?>, block: KImmutableConverterDsl.Mapping<Static, *, Y>.() -> Unit)
Content copied to clipboard
fun <X, Y> map(prop: KProperty1<T, Y?>, staticProp: KProperty1<Static, X?>, block: KImmutableConverterDsl.Mapping<Static, X, Y>.() -> Unit)
Content copied to clipboard
Link copied to clipboard
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
Link copied to clipboard
Link copied to clipboard