I need to convert one object to other .The object has nested of many inner objects.But both source and destination objects are identical by data type , variable name , class name etc. Is there any effective tool to do so with less coding.
I have tried orika but its expecting to define like below
factory.registerClassMap(factory
.classMap
with all the fields and inner object fields.I ended up with lots of iterator and setting filed mappings.
Help me or guide me Is there any other way to map objects with identical objects.