arnaudroger / SimpleFlatMapper

Fast and Easy mapping from database and csv to POJO. A java micro ORM, lightweight alternative to iBatis and Hibernate. Fast Csv Parser and Csv Mapper
http://simpleflatmapper.org
MIT License
435 stars 76 forks source link

Can I use it for conversion mapping between pojo objects? #733

Closed cn-src closed 3 years ago

cn-src commented 3 years ago

I want to use it for conversion mapping between pojo objects. For example: I want to merge results from 2 different databases. Is there a class like BeanMapper?

arnaudroger commented 3 years ago

No and does not support that. There are a few other that can do object to object mapping, model mapper come to mind but never really used any