Interface IdentifierGenerator

All Known Implementing Classes:
UuidIdentifierGenerator

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

    Modifier and Type
    Method
    Description
    Generates a unique string identifier.
  • Method Details

    • generate

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