Hi
Regarding issue 'Allow to exclude a property from mapping #72'
Any hints on how you see this feature implmented, i might give it a shot, since i will need this rather soon.
I want to be able to use unmappedTargetPolicy = ERROR, and at the same time i have som properties that will mapstruct is not able to map, hence i do the mapping in these special cases in an abstract class (could maybe be moved to using Decorators). But the then i need to override the mapping error with this ignore attribute.
Are you thinking ignore on both target and source, i.e., taget = 'xx', ignore = true, and source="xx", ignore=true.
I dont really know the mapstruct code so if you can point me in any direction i'll be most appreciated.
Best regards
Carsten Christensen