Automapper for Java

mgamer picture mgamer · Jul 23, 2010 · Viewed 17.6k times · Source

Is there Java equivalent of .Net's Automapper?

Answer

user159088 picture user159088 · Sep 13, 2010

Checkout the Dozer project.

Dozer supports simple property mapping, complex type mapping, bi-directional mapping, implicit-explicit mapping, as well as recursive mapping.

It makes use of BeanUtils and extends on it.