jmapper-framework / jmapper-core

Elegance, high performance and robustness all in one java bean mapper
http://jmapper-framework.github.io/jmapper-core
Apache License 2.0
227 stars 41 forks source link

Function to compare #106

Open rguillome opened 1 year ago

rguillome commented 1 year ago

Hi,

I've got a use case where I should know if two objects from different classes should be updated before doing the mapping. I think a mapper framework should provide this functionality : compare two mapped classes even with a old/new values for each object in a meta object resulting from the compare method.

What do you think ?