Interface IEqualsImplementationRegistrarSPI

All Known Implementing Classes:
DefaultEqualsImplementationRegistrarSPI

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

    • registerEqualsImplementations

      void registerEqualsImplementations(@Nonnull IEqualsImplementationRegistry aRegistry)
      Register a bunch of custom equals implementations
      Parameters:
      aRegistry - The registry to register at.