Interface IdentifierGenerator

  • All Known Implementing Classes:
    UuidIdentifierGenerator

    public interface IdentifierGenerator
    Generator for unique string identifiers.
    Author:
    Alfonso Vásquez
    • Method Detail

      • generate

        String generate()
        Generates a unique string identifier. Uniqueness should only be forced between repeated calls to an instance.
        Returns:
        a unique string identifier