Search code examples
guicedtodozerdto-mapping

Alternative to dozer for bean mapping?


I am trying to figure out an easy way to map DTOs to entities without the boiler-plate code. While I was thinking of using dozer it appears to require a lot of xml configuration. Has anybody seen a dozer alternative that uses a DSL to configure the bean mapping in pure Java?

Ideally I am hoping to find a bean mapper that is inspired by the way Guice does things.


Solution

  • I was looking for alternatives as well.

    Here is a very good coverage of different options.