Skip to content

julianps/modelmapper-module-vavr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.