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

Last updated

Was this helpful?