Interface IHashCodeImplementationRegistrarSPI

All Known Implementing Classes:
DefaultHashCodeImplementationRegistrarSPI

@IsSPIInterface public interface IHashCodeImplementationRegistrarSPI
SPI registry interface to implement your custom hashCode implementations.
Author:
Philip Helger
  • Method Details

    • registerHashCodeImplementations

      void registerHashCodeImplementations(@Nonnull IHashCodeImplementationRegistry aRegistry)
      Register a bunch of custom hashCode implementations
      Parameters:
      aRegistry - The registry to register at.