Interface IdentifierGenerator
-
- All Known Implementing Classes:
UuidIdentifierGenerator
public interface IdentifierGeneratorGenerator for unique string identifiers.- Author:
- Alfonso Vásquez
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringgenerate()Generates a unique string identifier.
-
-
-
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
-
-