https://github.com/julianps/modelmapper-module-vavr
Fills the gap between vavr.io and modelmapper
https://github.com/julianps/modelmapper-module-vavr
mapping modelmapper module vavr
Last synced: 30 days ago
JSON representation
Fills the gap between vavr.io and modelmapper
- Host: GitHub
- URL: https://github.com/julianps/modelmapper-module-vavr
- Owner: julianps
- License: apache-2.0
- Created: 2018-04-10T11:07:37.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-10-25T16:56:40.000Z (over 2 years ago)
- Last Synced: 2025-07-05T21:41:43.797Z (7 months ago)
- Topics: mapping, modelmapper, module, vavr
- Language: Java
- Homepage:
- Size: 45.9 KB
- Stars: 5
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# modelmapper-module-vavr
[](http://www.apache.org/licenses/LICENSE-2.0.html)
[](https://travis-ci.org/julianps/modelmapper-module-vavr)
[](https://maven-badges.herokuapp.com/maven-central/com.github.julianps.modelmapper/modelmapper-vavr-module)
This is a module for [modelmapper](https://github.com/modelmapper/modelmapper) to support [vavr.io](https://github.com/vavr-io/vavr) 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.