From cbb56a32f942561a378ad3902e47a059d9813115 Mon Sep 17 00:00:00 2001 From: Alexandre DuBreuil Date: Tue, 8 Jan 2019 09:19:18 -0500 Subject: [PATCH 1/2] Add doov library in the bean mapping section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 573b609..5bbef92 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,7 @@ A curated list of awesome Java frameworks, libraries and software. *Frameworks that ease bean mapping.* +- [dOOv](https://github.com/doov-io/doov) - dOOv is a fluent API for typesafe domain model validation and mapping. It uses annotations, code generation and a type safe DSL to make bean validation and mapping fast and easy. - [Dozer](https://github.com/DozerMapper/dozer) - Mapper that copies data from one object to another using annotations and API or XML configuration. - [JMapper](https://jmapper-framework.github.io/jmapper-core) - Uses byte code manipulation for lightning-fast mapping. Supports annotations and 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. From 3681914b07aa4de30425e8626d3f337c0ccba758 Mon Sep 17 00:00:00 2001 From: Andreas Kull Date: Fri, 11 Jan 2019 21:09:13 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5bbef92..6918039 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ A curated list of awesome Java frameworks, libraries and software. *Frameworks that ease bean mapping.* -- [dOOv](https://github.com/doov-io/doov) - dOOv is a fluent API for typesafe domain model validation and mapping. It uses annotations, code generation and a type safe DSL to make bean validation and mapping fast and easy. +- [dOOv](https://github.com/doov-io/doov) - Provides fluent API for typesafe domain model validation and mapping. It uses annotations, code generation and a type safe DSL to make bean validation and mapping fast and easy. - [Dozer](https://github.com/DozerMapper/dozer) - Mapper that copies data from one object to another using annotations and API or XML configuration. - [JMapper](https://jmapper-framework.github.io/jmapper-core) - Uses byte code manipulation for lightning-fast mapping. Supports annotations and 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.