#3635 Fix documentation of unmappedSourcePolicy default (#3637)

This commit is contained in:
Connor McGowan 2024-07-07 14:19:38 -05:00 committed by GitHub
parent 69371708ee
commit 037da5a1e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -261,7 +261,7 @@ Supported values are:
If a policy is given for a specific mapper via `@Mapper#unmappedSourcePolicy()`, the value from the annotation takes precedence. If a policy is given for a specific mapper via `@Mapper#unmappedSourcePolicy()`, the value from the annotation takes precedence.
If a policy is given for a specific bean mapping via `@BeanMapping#ignoreUnmappedSourceProperties()`, it takes precedence over both `@Mapper#unmappedSourcePolicy()` and the option. If a policy is given for a specific bean mapping via `@BeanMapping#ignoreUnmappedSourceProperties()`, it takes precedence over both `@Mapper#unmappedSourcePolicy()` and the option.
|`WARN` |`IGNORE`
|`mapstruct. |`mapstruct.
disableBuilders` disableBuilders`