
Orika - JavaBean-mapping framework that recursively copies (among other capabilities) data from one object to another.ModelMapper - Intelligent object mapping library that automatically maps objects to each other.MapStruct - Code generator that simplifies mappings between different bean types, based on a convention-over-configuration approach.Supports annotations and API or XML configuration.

JMapper - Uses byte code manipulation for lightning-fast mapping.It uses annotations, code generation and a type safe DSL to make bean validation and mapping fast and easy.

