SQiShER / java-object-diff

Library to diff and merge Java objects with ease
http://sqisher.github.io/java-object-diff/
Apache License 2.0
942 stars 178 forks source link

I do not want to take a diff of all the attributes of my Parent Object. #176

Open fakemonk1 opened 7 years ago

fakemonk1 commented 7 years ago

First of all thanks for this beautiful Lib. I do not want to take a diff of all the attributes of my Parent Object. For that I have override the equals and hashcode to compare on the one i want to take diff. But this is taking diff of all the attributes.