MapStruct supports several DI solutions.
However MapStruct only adds a constructor if there is at least one dependency used. If there are no dependencies then no constructor is created and thus it can't be injected.
With this limitation, it's hard to use Dagger for MapStruct's mapper class.
There is a PR for Dagger support but still in progress.
I wonder if Dagger deverlopers can support for complete implementation with MapStruct framework.