Class CredentialDocMapper
java.lang.Object
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.credential.mapper.CredentialDocMapper
- All Implemented Interfaces:
com.rcore.commons.mapper.DataMapper<CredentialEntity,,CredentialDoc> com.rcore.commons.mapper.ExampleDataMapper<CredentialEntity,CredentialDoc>
@Component
public class CredentialDocMapper
extends Object
implements com.rcore.commons.mapper.ExampleDataMapper<CredentialEntity,CredentialDoc>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioninverseMap(CredentialDoc credentialDoc) map(CredentialEntity credentialEntity) 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
-
CredentialDocMapper
public CredentialDocMapper()
-
-
Method Details
-
map
- Specified by:
mapin interfacecom.rcore.commons.mapper.DataMapper<CredentialEntity,CredentialDoc>
-
inverseMap
- Specified by:
inverseMapin interfacecom.rcore.commons.mapper.ExampleDataMapper<CredentialEntity,CredentialDoc>
-