With MapStruct 1.7.0 it is possible to provide ignored arguments with the new annotation @Ignored:
The UnmappedTargetPropertiesInspection needs to consider them, else we would get false warnings.
This can already be implemented before 1.7.0 is released.
With MapStruct 1.7.0 it is possible to provide ignored arguments with the new annotation
@Ignored:The
UnmappedTargetPropertiesInspectionneeds to consider them, else we would get false warnings.This can already be implemented before 1.7.0 is released.