mapstruct / mapstruct-idea

An IntelliJ IDEA plugin for working with MapStruct
Other
141 stars 38 forks source link

Fix issue 180. WrongUsageOfMappersFactory componentModel from config #186

Closed hduelme closed 6 months ago

hduelme commented 7 months ago

I added support to read the componentModel from a MapperConfig for WrongUsageOfMappersFactoryInspection see #180 . I only added the quickfix to remove Mappers usage. I think it is more intuitive to not write to other files for this. If we want to support this we must ensure that we could write to the MapperConfig (could be provided as a dependency for example).

hduelme commented 6 months ago

@filiphr Changed