-
-
Notifications
You must be signed in to change notification settings - Fork 143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Default mapper configuration per assembly #201
Comments
Rel. #199 1 |
I would like to support the general idea of global or sharable configurations es well. For our scenario, we would like to ignore properties on a base class, so we don't need to repeat something like |
🎉 This issue has been resolved in version 3.2.0-next.2 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
🎉 This issue has been resolved in version 3.2.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Allow to set an attribute on the assembly level to set default configurations applied to all mappers.
These should be overwritable by configurations via a
MapperAttribute
on a mapper class. A mapper class still needs theMapperAttribute
to mark the class to be taken into account by Mapperly.The attribute for the assembly level configurations may use another name, since probably (now or in the future) not all and/or different options may be configurable on an assembly level.
The text was updated successfully, but these errors were encountered: