Kora Mapstruct

DTO ↔ entity mapping in Kora 2.0. Java: org.mapstruct @Mapper + the MapStruct javac processor. Kotlin: Konvert @Konverter + its KSP processor — kapt is not the 2.0 path. The matching extension ships inside annotation-processors / symbol-processors, finds the generated *Impl and binds it into the graph with no @Component. Use for @Mapper, @Konverter, @Mapping, mapstruct-processor wiring, and the removed mapstruct-extension coordinate.

kora-projects 08996a8 10 files · 68.4 KB Updated

File contents

kora-projects/kora-skills/tree/main/plugins/kora-v2/skills/kora-mapstruct commit 08996a8496

Frequently asked questions

npx skillmds@latest add kora-projects/kora-mapstruct-2