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.
modelMapper.registerModule(new VavrModule());
The base-type Value
and all its implementations.