Skip to content

Latest commit

 

History

History
52 lines (44 loc) · 2.65 KB

bean-mapping.md

File metadata and controls

52 lines (44 loc) · 2.65 KB

Bookmarks tagged [bean-mapping]

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.


https://github.com/DozerMapper/dozer

Mapper that copies data from one object to another using annotations and API or XML configuration.


https://jmapper-framework.github.io/jmapper-core

Uses byte code manipulation for lightning-fast mapping. Supports annotations and API or XML configuration.


https://github.com/mapstruct/mapstruct

Code generator that simplifies mappings between different bean types, based on a convention-over-configuration approach.


https://github.com/jhalterman/modelmapper

Intelligent object mapping library that automatically maps objects to each other.


https://github.com/orika-mapper/orika

JavaBean-mapping framework that recursively copies (among other capabilities) data from one object to another.


https://github.com/xebia-france/selma

Annotation processor-based bean mapper.