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)