Package com.helger.commons.equals
Interface IEqualsImplementationRegistrarSPI
- All Known Implementing Classes:
DefaultEqualsImplementationRegistrarSPI
SPI registry interface to implement your custom equals implementations.
- Author:
- Philip Helger
-
Method Summary
Modifier and TypeMethodDescriptionvoidRegister a bunch of custom equals implementations
-
Method Details
-
registerEqualsImplementations
Register a bunch of custom equals implementations- Parameters:
aRegistry- The registry to register at.
-