Varun Vora
Results
1
issues of
Varun Vora
It would be great if mapstruct provided a way of ignoring multiple target properties. Instead of writing this ``` @Mapping(target = "property1", ignore = true) @Mapping(target = "property2", ignore =...