Interface IdGenerator

All Known Implementing Classes:
ObjectIdGenerator

@Deprecated(since="2022-10-31") public interface IdGenerator
Deprecated.
Usage of this API is not supported in AEM as a Cloud Service.
Classes that implement this interface define a way to create IDs for MongoDB documents.
Since:
3.0
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
    Generates an ID for a MongoDB Document.
  • Method Details

    • generate

      Object generate()
      Deprecated.
      Generates an ID for a MongoDB Document.
      Returns:
      any type of Object representing an ID.