Class MongoRoleIdGenerator
java.lang.Object
com.rcore.database.mongo.commons.port.impl.ObjectIdGenerator
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.role.port.MongoRoleIdGenerator
- All Implemented Interfaces:
com.rcore.domain.commons.port.BaseIdGenerator<org.bson.types.ObjectId>,RoleIdGenerator<org.bson.types.ObjectId>
@Component
public class MongoRoleIdGenerator
extends com.rcore.database.mongo.commons.port.impl.ObjectIdGenerator
implements RoleIdGenerator<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
-
MongoRoleIdGenerator
public MongoRoleIdGenerator()
-