Skip to content
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

Add code completion for @BeanMapping#ignoreUnmappedSourceProperties #77

Closed
daniel-shuy opened this issue Aug 3, 2021 · 2 comments · Fixed by #80
Closed

Add code completion for @BeanMapping#ignoreUnmappedSourceProperties #77

daniel-shuy opened this issue Aug 3, 2021 · 2 comments · Fixed by #80
Labels
Milestone

Comments

@daniel-shuy
Copy link

When MapperConfig#unmappedSourcePolicy is set to WARN/ERROR (aka "strict mode"), @BeanMapping#ignoreUnmappedSourceProperties is used to ignore unmapped source properties (the same way @Mapping#ignore is used to ignore unmapped target properties).

It would be nice if there could be code completion for @BeanMapping#ignoreUnmappedSourceProperties as well

@daniel-shuy
Copy link
Author

@filiphr wow thanks so much for implementing this!

@filiphr
Copy link
Member

filiphr commented Aug 22, 2021

And we just released a new version of the plugin with this included. Have fun using it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
2 participants