mapperly
mapperly copied to clipboard
Object factory support
Mapperly creates new objects via new T() expressions. A user may want to resolve new objects via factories (e.g. via DI). MapStruct supports this via the object factory annotation (see the MapStruct Docs). Mapperly should support a similar concept.