Netflix / archaius

Library for configuration management API
Apache License 2.0
2.46k stars 485 forks source link

Simplify KeyAndType equals / hashCode #705

Closed kilink closed 6 months ago

kilink commented 6 months ago

Simplify equals / hashCode for KeyAndType, add toString implementation for debugging. Additionally, avoid Optional / lambda allocation in some places.