Class MongoConfirmationCodeIdGenerator
java.lang.Object
com.rcore.database.mongo.commons.port.impl.ObjectIdGenerator
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.confirmationCode.port.MongoConfirmationCodeIdGenerator
- All Implemented Interfaces:
com.rcore.domain.commons.port.BaseIdGenerator<org.bson.types.ObjectId>,ConfirmationCodeIdGenerator<org.bson.types.ObjectId>
@Component
public class MongoConfirmationCodeIdGenerator
extends com.rcore.database.mongo.commons.port.impl.ObjectIdGenerator
implements ConfirmationCodeIdGenerator<org.bson.types.ObjectId>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.rcore.database.mongo.commons.port.impl.ObjectIdGenerator
generate, parseMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.rcore.domain.commons.port.BaseIdGenerator
generate, parse
-
Constructor Details
-
MongoConfirmationCodeIdGenerator
public MongoConfirmationCodeIdGenerator()
-