Uses of Class
ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.token.model.RefreshTokenDoc
-
Packages that use RefreshTokenDoc Package Description ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.token.mapper -
-
Uses of RefreshTokenDoc 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 RefreshTokenDoc Modifier and Type Method Description RefreshTokenDocRefreshTokenDocMapper. map(ru.foodtechlab.lib.auth.service.domain.token.entity.RefreshTokenEntity refreshTokenEntity)Methods in ru.foodtechlab.lib.auth.service.infrastructure.database.mongo.token.mapper with parameters of type RefreshTokenDoc Modifier and Type Method Description ru.foodtechlab.lib.auth.service.domain.token.entity.RefreshTokenEntityRefreshTokenDocMapper. inverseMap(RefreshTokenDoc refreshTokenDoc)
-