Is there a Java utility to do a deep comparison of two objects? [closed]

Unitils has this functionality:

Equality assertion through reflection, with different options like ignoring Java default/null values and ignoring order of collections

Leave a Comment