Orika Tutorial
Last updated
Was this helpful?
Last updated
Was this helpful?
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.
wide range of object-to-object property mappings (using CustomMappers, CustomConverters etc.)
usage of Javassist library to generate end-to-end mappings
generated mappers cannot be debugged