views:

14

answers:

0

Hello! I am using dozer to map bean properties. The way I do it is : dozerMapper.map(sourceClass, destClass). This returns entire mapped class. However, Is there a way to get what individual property is mapped to? E.g if SourceClass has propA, is there a simple way to get the corresponding property in DestClass to which propA is mapped to?