jmnarloch/modelmapper-spring-boot-starter

Support for converter

Closed this issue · 2 comments

Are there any plans to add support for a converter. I can accomplish this by implementing ModelMapperConfigurer, but it would be cleaner if we could handle it in a similar fashion to a PropertyMap.

I've added relevant class: 6f139a0

The release 1.1.0 including this change, should be available from maven central within an hour.

Thanks again!