Package org.mapstruct.extensions.spring
Annotation Type DelegatingConverter
-
@Target(METHOD) @Retention(SOURCE) public @interface DelegatingConverter
Indicates that the system should generate a delegatingConverter
that will call the annotated method in its ownConverter.convert(Object)
.