Open petitgros opened 9 months ago
Logically speaking, the second portion (generating the Delegating Converter) would need to happen inside the Processor for the @Mapper
annotation. This goes a bit against how we're doing things at the moment. Not sure whether this is feasible.
Related to https://github.com/mapstruct/mapstruct-spring-extensions/issues/101
Hi,
I am trying to modify the annotation processor to support custom Converter interface but I don't know how to process DelegatingConverter by inheritance.
New code in
ConverterMapperProcessor
:Custom converter:
Mapper:
Delegate:
Wanted mapper:
Thanks