Package org.bson.codecs.pojo
Class IdGenerators
java.lang.Object
org.bson.codecs.pojo.IdGenerators
Deprecated.
Usage of this API is not supported in AEM as a Cloud Service.
The default IdGenerators
- Since:
- 3.10
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final IdGenerator<BsonObjectId> Deprecated.A IdGenerator forBsonObjectIdstatic final IdGenerator<ObjectId> Deprecated.A IdGenerator forObjectId -
Method Summary
-
Field Details
-
OBJECT_ID_GENERATOR
Deprecated.A IdGenerator forObjectId -
BSON_OBJECT_ID_GENERATOR
Deprecated.A IdGenerator forBsonObjectId
-