Uses of Class
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.authorizationSession.model.AuthSessionDoc
-
Packages that use AuthSessionDoc Package Description ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.authorizationSession.mapper -
-
Uses of AuthSessionDoc in ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.authorizationSession.mapper
Methods in ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.authorizationSession.mapper that return AuthSessionDoc Modifier and Type Method Description AuthSessionDocAuthorizationSessionDocMapper. map(ru.foodtechlab.lib.auth.service.domain.auth.entity.AuthSessionEntity entity)Methods in ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.authorizationSession.mapper with parameters of type AuthSessionDoc Modifier and Type Method Description ru.foodtechlab.lib.auth.service.domain.auth.entity.AuthSessionEntityAuthorizationSessionDocMapper. inverseMap(AuthSessionDoc doc)
-