Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 311 Bytes

File metadata and controls

11 lines (9 loc) · 311 Bytes

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