From c93e7bd00704c7fec0fc16982c381fbca4100176 Mon Sep 17 00:00:00 2001 From: akullpp Date: Thu, 25 May 2017 12:26:25 +0200 Subject: [PATCH] Remove unpopular Bean Mapper --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index b06c8c8..e2d0e23 100644 --- a/README.md +++ b/README.md @@ -107,9 +107,6 @@ A curated list of awesome Java frameworks, libraries and software. * [Dozer](https://github.com/DozerMapper/dozer/) - Mapper that copies data from one object to another, using annotations, API or XML configuration. * [JMapper](http://jmapper-framework.github.io/jmapper-core/) - Using byte code manipulation for lightning fast mapping. Supporting annotations, API or XML configuration. * [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) - Java Bean mapping framework that recursively copies (among other capabilities) data from one object to another. -* [Selma](https://github.com/xebia-france/selma) - Annotation processor-based bean mapper. ## Build