#2929 Improve documentation for BeanMapping#ignoreByDefault

This commit is contained in:
Filip Hrisafov 2022-07-08 20:40:26 +02:00
parent 4b43f9079d
commit dd5ac3b637

View File

@ -40,6 +40,7 @@ The property name as defined in the http://www.oracle.com/technetwork/java/javas
[TIP]
====
By means of the `@BeanMapping(ignoreByDefault = true)` the default behavior will be *explicit mapping*, meaning that all mappings have to be specified by means of the `@Mapping` and no warnings will be issued on missing target properties.
This allows to ignore all fields, except the ones that are explicitly defined through `@Mapping`.
====
[TIP]
====