Open thunderhook opened 7 months ago
When the following PR of https://github.com/mapstruct/mapstruct/issues/3539 is merged:
we can also add a support for this kind of ignore list:
@Mapper public interface BeanMappingIgnoreTargetMapper { BeanMappingIgnoreTargetMapper INSTANCE = Mappers.getMapper( BeanMappingIgnoreTargetMapper.class ); @BeanMapping( ignoreTargets = {"nested.flag", "address"} ) Target convert( Source source ); }
When the following PR of https://github.com/mapstruct/mapstruct/issues/3539 is merged:
we can also add a support for this kind of ignore list: