Package com.helger.commons.equals
Class DefaultEqualsImplementationRegistrarSPI
java.lang.Object
com.helger.commons.equals.DefaultEqualsImplementationRegistrarSPI
- All Implemented Interfaces:
IEqualsImplementationRegistrarSPI
@IsSPIImplementation
public final class DefaultEqualsImplementationRegistrarSPI
extends Object
implements IEqualsImplementationRegistrarSPI
This class registers the default equals implementations. The implementations
in here should be aligned with the implementations in the
DefaultHashCodeImplementationRegistrarSPI- Author:
- Philip Helger
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidRegister a bunch of custom equals implementations
-
Constructor Details
-
DefaultEqualsImplementationRegistrarSPI
public DefaultEqualsImplementationRegistrarSPI()
-
-
Method Details
-
registerEqualsImplementations
Description copied from interface:IEqualsImplementationRegistrarSPIRegister a bunch of custom equals implementations- Specified by:
registerEqualsImplementationsin interfaceIEqualsImplementationRegistrarSPI- Parameters:
aRegistry- The registry to register at.
-