I have two set of classes each with different structures. I want to write a mapper class through which I can map the source structure to a target structure. During the execution, I would instantiate the mapper class and specify the source and target objects.
Can any one provide any ideas on that?