| Interface | Description |
|---|---|
| IEqualsImplementation |
Interface to implement for checking if two objects are identical.
|
| IEqualsImplementationRegistrarSPI |
SPI registry interface to implement your custom equals implementations.
|
| IEqualsImplementationRegistry |
Base interface for a registry that contains equals implementations.
|
| Class | Description |
|---|---|
| DefaultEqualsImplementationRegistrarSPI |
This class registers the default equals implementations.
|
| EqualsHelper |
A small helper class that provides helper methods for easy
equals method generation |
| EqualsImplementationRegistry |
The default implementation of
IEqualsImplementationRegistry. |
Copyright © 2014–2016 Philip Helger. All rights reserved.