modelmapper-module-vavr

March 8, 2019 ยท View on GitHub

License Build Status Maven Central

This is a module for modelmapper to support vavr.io features. Modelmapper is great for converting objects but cannot handle vavr.io types ootb. This project gives you an easy to use module to be able to convert your vavr types.

Register the module:

modelMapper.registerModule(new VavrModule());

Supported mappings:

The base-type Value and all its implementations.