Closed
Description
We would to use a CustomMapper class declared in a common jar for several app. But when we declare this class in the mapper interface (@Mapper withCustom), the generated java source doesn't map the fields with the declared custom mapper. Note that the custom mapper is declared well as field in the generated class.
Thanks for your works