linkedin / rest.li

Rest.li is a REST+JSON framework for building robust, scalable service architectures using dynamic discovery and simple asynchronous APIs.
rest.li
Other
2.51k stars 546 forks source link

Add equals and hashCode methods to classes #847

Closed lisencn11 closed 2 years ago

lisencn11 commented 2 years ago

Add equals and hashCode methods to CollectionResult, GetResult, UpdateResponse and UpdateEntityResponse. This is helpful to client's unit tests as it compares value instead of reference.