Orika Tutorial

image info Description

Orika mapping framework is similar to Dozer and can be considered as a replacement with the same range of functions and significantly better performance. Uses the bytecode generation based on Javassist library to generate the target mappings.

image info Features

image info Pros & Cons

image info Pros

  • wide range of object-to-object property mappings (using CustomMappers, CustomConverters etc.)

  • usage of Javassist library to generate end-to-end mappings

image info Cons

  • generated mappers cannot be debugged

image info Use cases

Last updated

Was this helpful?