Quick-Fix: Add element-mapping method in case of error on iterable mapping
agudian opened this issue · 0 comments
agudian commented
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)