Package com.helger.commons.equals
Interface IEqualsImplementationRegistrarSPI
-
- All Known Implementing Classes:
DefaultEqualsImplementationRegistrarSPI
@IsSPIInterface public interface IEqualsImplementationRegistrarSPI
SPI registry interface to implement your custom equals implementations.- Author:
- Philip Helger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidregisterEqualsImplementations(IEqualsImplementationRegistry aRegistry)Register a bunch of custom equals implementations
-
-
-
Method Detail
-
registerEqualsImplementations
void registerEqualsImplementations(@Nonnull IEqualsImplementationRegistry aRegistry)
Register a bunch of custom equals implementations- Parameters:
aRegistry- The registry to register at.
-
-