/modelmapper-module-vavr

Fills the gap between vavr.io and modelmapper

Primary LanguageJavaApache License 2.0Apache-2.0

modelmapper-module-vavr

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.