Closed MV-GH closed 1 year ago
I have use case where I get two DTOs from separate libraries. Which I need to map to each other. I can't add annotation to either class. So a ability to specify a bunch of mappings between two types without annotations would be perfect.
This can probably be solved with @Konverter
I have use case where I get two DTOs from separate libraries. Which I need to map to each other. I can't add annotation to either class. So a ability to specify a bunch of mappings between two types without annotations would be perfect.