You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@BeanMapping.ignoreUnmappedSourceProperties should not be ignored.
Actual behavior
I want to use @SubclassMapping and @BeanMapping.ignoreUnmappedSourceProperties on the same mapping method. The @BeanMapping.ignoreUnmappedSourceProperties seems to be ignored. If I remove the @SubclassMapping annotations the error (Unmapped source property: "id") disappears.
Expected behavior
@BeanMapping.ignoreUnmappedSourcePropertiesshould not be ignored.Actual behavior
I want to use
@SubclassMappingand@BeanMapping.ignoreUnmappedSourcePropertieson the same mapping method. The@BeanMapping.ignoreUnmappedSourcePropertiesseems to be ignored. If I remove the@SubclassMappingannotations the error (Unmapped source property: "id") disappears.Steps to reproduce the problem
MapStruct Version
1.5.5