Using Kotlin named parameters constructor from Java

That sounds interesting.

By “Kotlin case classes”, I assume you mean “data classes”?

What is the “mapper class” like? Is it basically the Builder pattern implemented in Kotlin to build a certain DTO class, for use by Java code?

1 Like