Class AuthorizationSessionDocMapper
- java.lang.Object
-
- ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.authorizationSession.mapper.AuthorizationSessionDocMapper
-
- All Implemented Interfaces:
com.rcore.commons.mapper.DataMapper<ru.foodtechlab.lib.auth.service.domain.auth.entity.AuthSessionEntity,AuthSessionDoc>,com.rcore.commons.mapper.ExampleDataMapper<ru.foodtechlab.lib.auth.service.domain.auth.entity.AuthSessionEntity,AuthSessionDoc>
@Component public class AuthorizationSessionDocMapper extends Object implements com.rcore.commons.mapper.ExampleDataMapper<ru.foodtechlab.lib.auth.service.domain.auth.entity.AuthSessionEntity,AuthSessionDoc>
-
-
Constructor Summary
Constructors Constructor Description AuthorizationSessionDocMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ru.foodtechlab.lib.auth.service.domain.auth.entity.AuthSessionEntityinverseMap(AuthSessionDoc doc)AuthSessionDocmap(ru.foodtechlab.lib.auth.service.domain.auth.entity.AuthSessionEntity entity)
-
-
-
Method Detail
-
inverseMap
public ru.foodtechlab.lib.auth.service.domain.auth.entity.AuthSessionEntity inverseMap(AuthSessionDoc doc)
- Specified by:
inverseMapin interfacecom.rcore.commons.mapper.ExampleDataMapper<ru.foodtechlab.lib.auth.service.domain.auth.entity.AuthSessionEntity,AuthSessionDoc>
-
map
public AuthSessionDoc map(ru.foodtechlab.lib.auth.service.domain.auth.entity.AuthSessionEntity entity)
- Specified by:
mapin interfacecom.rcore.commons.mapper.DataMapper<ru.foodtechlab.lib.auth.service.domain.auth.entity.AuthSessionEntity,AuthSessionDoc>
-
-