From f65bf80909593d027ea01244cb4a6038b46d3d83 Mon Sep 17 00:00:00 2001 From: "Ted M. Young" Date: Fri, 8 Nov 2019 00:41:11 -0800 Subject: [PATCH] Add reMap --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index af0a146..769fbc4 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,7 @@ A curated list of awesome Java frameworks, libraries and software. - [MapStruct](https://github.com/mapstruct/mapstruct) - Code generator that simplifies mappings between different bean types, based on a convention-over-configuration approach. - [ModelMapper](https://github.com/jhalterman/modelmapper) - Intelligent object mapping library that automatically maps objects to each other. - [Orika](https://github.com/orika-mapper/orika) - JavaBean-mapping framework that recursively copies (among other capabilities) data from one object to another. +- [reMap](https://github.com/remondis-it/remap) - Lambda and method handle-based mapping which requires code and not annotations if objects have different names. - [Selma](https://github.com/xebia-france/selma) - Annotation processor-based bean mapper. ### Build