Class IdGenerators

java.lang.Object
org.bson.codecs.pojo.IdGenerators

@Deprecated(since="2022-10-31") public final class IdGenerators extends Object
Deprecated.
Usage of this API is not supported in AEM as a Cloud Service.
The default IdGenerators
Since:
3.10
See Also:
  • Field Details

    • OBJECT_ID_GENERATOR

      public static final IdGenerator<ObjectId> OBJECT_ID_GENERATOR
      Deprecated.
      A IdGenerator for ObjectId
    • BSON_OBJECT_ID_GENERATOR

      public static final IdGenerator<BsonObjectId> BSON_OBJECT_ID_GENERATOR
      Deprecated.
      A IdGenerator for BsonObjectId