We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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).
@Mapping#ignore
It would be nice if there could be code completion for @BeanMapping#ignoreUnmappedSourceProperties as well
The text was updated successfully, but these errors were encountered:
#77 add support for code completion in BeanMappingignoreUnmappedSourc…
cb46e11
…eProperties
Add support for code completion in BeanMappingignoreUnmappedSourcePro…
abbc28e
…perties Closes #77
916a134
496370a
@filiphr wow thanks so much for implementing this!
Sorry, something went wrong.
And we just released a new version of the plugin with this included. Have fun using it.
Successfully merging a pull request may close this issue.
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
The text was updated successfully, but these errors were encountered: