-
-
Notifications
You must be signed in to change notification settings - Fork 38
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
Intellij plugin reports unmapped properties which are mapped in custom annotation #118
Comments
Can you provide a simple example (minimal reproduciable at best)? |
Do you mean mapping composition as seen here in the reference documentation? |
I'll send you example from my code. Just to get to my computer. |
same applies to mappers who inherit configuration from another mapper e.g.
Generated code
Intellij: Build #IU-223.8617.56, built on January 26, 2023 |
Closing this as a duplicate of #65 |
In one mapper class we have multiple same mappings used in couple of mapping methods. For this we made custom annotations which contain these mappings. Plugin doesn't recognize those attributes and shows warning for "unmapped" fields, even tough fields are mapped and code built successfully.
The text was updated successfully, but these errors were encountered: