julianps / modelmapper-module-vavr

Fills the gap between vavr.io and modelmapper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Fills the gap between vavr.io and modelmapper

License:Apache License 2.0


Languages

Language:Java 100.0%