Differences between 2 objects with Java reflection : how ?

Posted by mada on Stack Overflow See other posts from Stack Overflow or by mada
Published on 2010-03-30T14:59:13Z Indexed on 2010/03/30 15:03 UTC
Read the original article Hit count: 294

Filed under:

Hi, For an audit log, i need to know the differences between 2 objects.

Those objets may contains others objets, list, set of objects and so the differences needed maybe recursive if desired.

Is there a api using reflection (or other) already for that ?

Thanks in advance.

Regards

© Stack Overflow or respective owner

Related posts about java