Kotlin BSON • Based on the official MongoDB implementation • opensavvy.ktmongo.bson.official.types • Jvm
Jvm¶
fun ObjectIdGenerator.Companion.Jvm(): ObjectIdGenerator
An ObjectIdGenerator instance that uses the Java driver's org.bson.types.ObjectId's algorithm.
This generation algorithm is slightly different from ObjectIdGenerator.Default.