Class 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 Detail

      • AuthorizationSessionDocMapper

        public AuthorizationSessionDocMapper()
    • Method Detail

      • inverseMap

        public ru.foodtechlab.lib.auth.service.domain.auth.entity.AuthSessionEntity inverseMap​(AuthSessionDoc doc)
        Specified by:
        inverseMap in interface com.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:
        map in interface com.rcore.commons.mapper.DataMapper<ru.foodtechlab.lib.auth.service.domain.auth.entity.AuthSessionEntity,​AuthSessionDoc>