/java-object-diff

Framework to diff and merge Java objects with ease

Primary LanguageJavaApache License 2.0Apache-2.0

Features added to upstream project

  • IdentityStrategy adheres the Java spec on equals() and hashCode()
  • IdentityConfigurer allows to configure by element type within the collection
ObjectDifferBuilder
  .startBuilding()
  .identity().ofType(ElementClass.class).toUse(codeIdentity).and()
  ...