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

#3347 Use presence checks for checking source parameter presence #3348

Merged
merged 1 commit into from
Aug 1, 2023

Conversation

filiphr
Copy link
Member

@filiphr filiphr commented Aug 1, 2023

Instead of explicitly doing a null check use a PresenceCheck mechanism for

  • BeanMappingMethod
  • ContainerMappingMethod
  • MapMappingMethod

Fixes #3347

Instead of explicitly doing a null check use a PresenceCheck mechanism for
* BeanMappingMethod
* ContainerMappingMethod
* MapMappingMethod
@filiphr filiphr merged commit 812faee into mapstruct:main Aug 1, 2023
7 checks passed
@filiphr filiphr deleted the source-presence-check-refactoring branch August 1, 2023 13:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Refactor to use presence check for mapping methods
1 participant