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