Mapster icon indicating copy to clipboard operation
Mapster copied to clipboard

Only generate mapper without generating DTOs

Open doddi321 opened this issue 3 years ago • 1 comments

Is it possible to code my DTOs and domain objects myself and use Mapster code generation to generate only the Mappers?

and if so how can I configure the mappers?

doddi321 avatar May 07 '22 19:05 doddi321

As far as I know this is only possible when using the interface-based code generation: https://github.com/MapsterMapper/Mapster/wiki/Interface-base-Code-generation

stigrune avatar Jul 13 '22 11:07 stigrune