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).
I added support to read the
componentModel
from aMapperConfig
forWrongUsageOfMappersFactoryInspection
see #180 . I only added the quickfix to removeMappers
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 theMapperConfig
(could be provided as a dependency for example).