mapstruct / mapstruct-eclipse

An Eclipse plug-in for working with MapStruct
Other
13 stars 8 forks source link

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

Open agudian opened 9 years ago

agudian commented 9 years ago

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)