mirror of
https://github.com/mapstruct/mapstruct.git
synced 2025-07-12 00:00:08 +08:00
This allows to easily avoid the runtime dependency on mapstruct.jar: we can avoid Mappers.getMapper(...) for instantiating used mappers if the code follows the conventional pattern for creating mapper singletons. Co-authored-by: GIBOU Damien <damien.gibou@biomerieux.com>