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 theDefaultHashCodeImplementationRegistrarSPI- Author:
- Philip Helger
-
-
Constructor Summary
Constructors Constructor Description DefaultEqualsImplementationRegistrarSPI()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidregisterEqualsImplementations(IEqualsImplementationRegistry aRegistry)Register a bunch of custom equals implementations
-
-
-
Method Detail
-
registerEqualsImplementations
public void registerEqualsImplementations(@Nonnull IEqualsImplementationRegistry aRegistry)
Description copied from interface:IEqualsImplementationRegistrarSPIRegister a bunch of custom equals implementations- Specified by:
registerEqualsImplementationsin interfaceIEqualsImplementationRegistrarSPI- Parameters:
aRegistry- The registry to register at.
-
-