Interface IdGenerator

All Known Implementing Classes:
RandomIdGenerator

public interface IdGenerator
Generation strategy for random identifiers.
Author:
Middleware Services
  • Method Summary

    Modifier and Type
    Method
    Description
    Generates a random identifier.
  • Method Details

    • generate

      String generate()
      Generates a random identifier.
      Returns:
      Random identifier.