java-object-diff
java-object-diff copied to clipboard
Library to diff and merge Java objects with ease
Oct 28, 2016 1:14:50 PM org.apache.catalina.core.StandardWrapperValve invoke SEVERE: Servlet.service() for servlet [dispatcherServlet] in context with path [/sb] threw exception [Request processing failed; nested exception is de.danielbechler.diff.introspection.PropertyReadException: Failed to read value...
I want to define a custom `IdentityStrategy` because all my classes that i compare are based upon one base class. Therefore i thought i can add a custom identity strategy...
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...
Hi Daniel, Is there any way to obtain a Json object from Diff values?Any in build method to do that.Please let me know. I am newbie to this API. Thanks.
I wanted to be able to get the diff as JSON, with the working object as values.
Objects in lists with a primitive property are tagged with State.ADDED if they are removed. As seen in the PR #164 the test case. I'm sorry if this didn't end...
Thank you for this library. Diffing a list with a object implementing equals and have a primitive value makes the REMOVED primitive get a status of ADDED. Output from a...
I have 2 objects that implement the same interface but are different types that i'm trying to diff and i'm getting error "Instances must either be null or have the...
First of all, thanks for this great library! I was wondering what is your idea about comparing collections? The DelegatingObjectDifferImpl uses the CollectionDiffer to compare both Sets and Lists. While...