Object mapping performance comparison

A performance comparison between:


  • Dozer: recursively copies data from one object to another
  • Orika: recursively copies (byte) data from one object to another
  • MapStruct: Conde generator
  • ModelMapper: simple, based on conventions
  • JMapper: The framework allows for different ways of configuration: annotation-based, XML or API-based.

See complete results here: https://www.baeldung.com/java-performance-mapping-frameworks