mirror of
https://github.com/mapstruct/mapstruct.git
synced 2025-07-12 00:00:08 +08:00
* #611 Allow nested declaration of Mappers Up until now, if a Mapper was declared as a nested interface, say EnclosingClass.NestedMapper, the implementation of the mapper was generated as NestedMapperImpl in the same package. The Mappers factory class then tried to load EnclosingClass$NestedMapperImpl, which would fail.