Class ObjectIdMapper
java.lang.Object
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.ObjectIdMapper
- All Implemented Interfaces:
com.rcore.commons.mapper.DataMapper<org.bson.types.ObjectId,,String> com.rcore.commons.mapper.ExampleDataMapper<org.bson.types.ObjectId,String>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.bson.types.ObjectIdinverseMap(String s) map(org.bson.types.ObjectId id) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.rcore.commons.mapper.DataMapper
mapAllMethods inherited from interface com.rcore.commons.mapper.ExampleDataMapper
inverseMapAll
-
Constructor Details
-
ObjectIdMapper
public ObjectIdMapper()
-
-
Method Details