mapstruct / mapstruct-eclipse

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

Add Can't map property quickfix #31

Closed agudian closed 9 years ago

agudian commented 9 years ago

I've also added a short list of the currently implemented features to the readme.

The "Add method" quick-fix currently doesn't support any types with generics. But it could be re-used to handle the errors of iterable/map mapping methods to create missing element mapping methods... :)

gunnarmorling commented 9 years ago

Works nicely; Great quick-fix indeed, and +1 for generating a meaningful method name. Many thanks @agudian!

agudian commented 9 years ago

Great, thanks for merging! :)