mapstruct / mapstruct-examples

Examples for using MapStruct
Other
1.28k stars 511 forks source link

Change Map to Bean mapping once a fix is done in core #127

Open filiphr opened 2 years ago

filiphr commented 2 years ago

The mapper we added in https://github.com/mapstruct/mapstruct-examples/commit/37dd4c26a84e31dba3f3213fb434e7c14af1c49c should be improved to not need the @AfterMapping.

This can be fixed once https://github.com/mapstruct/mapstruct/issues/2624 is fixed