MapStruct is a code generator which simplifies the implementation of mappings between Java bean types by generating
mapping code at compile time, following a convention-over-configuration approach.
Provides the Mappers factory class for the retrieval of mapper instances if no
explicit component model such as CDI is configured via Mapper.componentModel().