This is a generic Facade over MapStruct mapping Library. MapStruct gives as Java POJOs compile-time mapping, we give you a single entry and use point to all registered MapStruct mappers in Spring Boot ...
The MapStruct annotation processor currently enters an infinite recursion, leading to a java.lang.StackOverflowError, if a mapper interface mistakenly includes itself in its own @Mapper(uses = ...) ...