Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.73 KB

File metadata and controls

32 lines (20 loc) · 1.73 KB

image info ModelMapper Tutorial

image info Description

Works in the same way as Orika/Dozer bean mapping frameworks does. This mapper uses the bytecode generation strategy based on Cglib library.

image info Features

image info Pros & Cons

image info Pros

  • bytecode generation using Cglib library
  • offers an API for specific use cases, so various mapping techniques can be implemented (via PropertyMappings with full conversion support)

image info Cons

  • hard to debug end-to-end object mappings

image info Use cases

image info Links