Skip to content

NagyGa1/java-object-diff

 
 

Repository files navigation

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()
  ...

About

Framework to diff and merge Java objects with ease

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 66.1%
  • Groovy 33.9%