Hi ,
i try to create a map function like this (used by more complex other mapping functions) :
@mapping(source="dto.field1")
String dtoToString(Dto dto);
Actually, a "target" is required if i use the "source". Same issue using "expression", a "target" is needed.
How can i make it ?