Package org.bson.codecs.pojo
Interface IdGenerator<T>
- Type Parameters:
T- the type of the id value.
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 Pojo's.
- Since:
- 3.10
-
Method Summary
-
Method Details
-
generate
T generate()Deprecated.Generates an id for a Pojo.- Returns:
- the generated id value
-
getType
Deprecated.- Returns:
- the type of the generated id.
-