Uses of Class
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.token.model.AccessTokenDoc
-
Packages that use AccessTokenDoc Package Description ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.token.mapper -
-
Uses of AccessTokenDoc in ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.token.mapper
Methods in ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.token.mapper that return AccessTokenDoc Modifier and Type Method Description AccessTokenDocAccessTokenDocMapper. map(ru.foodtechlab.lib.auth.service.domain.token.entity.AccessTokenEntity accessTokenEntity)Methods in ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.token.mapper with parameters of type AccessTokenDoc Modifier and Type Method Description ru.foodtechlab.lib.auth.service.domain.token.entity.AccessTokenEntityAccessTokenDocMapper. inverseMap(AccessTokenDoc accessTokenDoc)
-