I'm looking for an object to object mapper for Android. It's all about an automation of Java Bean to Java Bean copy so that each field with a name xyz will match a field xyz in another class. I've tried already each of those in Java http://www.javacodegeeks.com/2013/10/java-object-to-object-mapper.html
But none is Android compilable, do you have any ideas what to try?
I have been using this , a mapper for pojos
https://github.com/txusballesteros/android-transformer