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