mirror of
https://github.com/mapstruct/mapstruct.git
synced 2025-07-12 00:00:08 +08:00
* #3574 Respect only explicit mappings but fail on unmapped source fields This reverts #2560, because we've decided that `@BeanMapping(ignoreByDefault = true)` should only be applied to target properties and not to source properties. Source properties are anyway ignored, the `BeanMapping#unmappedSourcePolicy` should be used to control what should happen with unmapped source policy
415 B
415 B
Features
Enhancements
- Breaking change:g (#3574) -
This reverts #2560, because we've decided that
@BeanMapping(ignoreByDefault = true)
should only be applied to target properties and not to source properties. Source properties are ignored anyway, theBeanMapping#unmappedSourcePolicy
should be used to control what should happen with unmapped source policy