From 6431a47320267294df4a952e648ac5e982d3f14b Mon Sep 17 00:00:00 2001 From: nannany Date: Sat, 22 May 2021 22:03:07 +0900 Subject: [PATCH] Delete dozer --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 3221ad5..e7ddf50 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,6 @@ A curated list of awesome Java frameworks, libraries and software. _Frameworks that ease bean mapping._ - [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://github.com/jmapper-framework/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. - [ModelMapper](https://github.com/modelmapper/modelmapper) - Intelligent object mapping library that automatically maps objects to each other.