mapstruct/mapstruct-eclipse

Quick-Fix: Add element-mapping method in case of error on iterable mapping

agudian opened this issue · 0 comments

List<Target> toTargetList(List<Source> sources)

Error message: No implementation can be generated for this method. Found no method nor implicit conversion for mapping source element type into target element type.

Quick-Fix to add method:
Target toTarget(Source source)