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?
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?