public class UUIDStringIdGenerator implements IdGenerator
Generator of class StringId based on UUID.
class StringId,
UUIDpublic static UUIDStringIdGenerator INSTANCE
Generator of class StringId based on UUID.
class StringId,
UUID@NotNull public kotlin.reflect.KClass<? extends org.litote.kmongo.Id<?>> getIdClass()
The class of the id.
@NotNull public kotlin.reflect.KClass<? extends java.lang.Object> getWrappedIdClass()
The class of the wrapped id.
@NotNull public <T> Id<T> generateNewId()
Generate a new id.