ivadoncheva

Results 2 comments of ivadoncheva

Hello, I am getting the same error when mapstruct generates impl class for my Mapper, one of the classes is not listed as import. Then if I open the impl...

@javohircomunity I have managed to find a way to get this running by using in my interface the following annotation: ``` @Mapper(componentModel = "spring", imports = .class) public interface SomeClassMapper...