Uses of Interface
callofproject.dev.authentication.mapper.IUserMapper
Packages that use IUserMapper
Package
Description
-
Uses of IUserMapper in callofproject.dev.authentication.mapper
Fields in callofproject.dev.authentication.mapper declared as IUserMapperConstructors in callofproject.dev.authentication.mapper with parameters of type IUserMapperModifierConstructorDescriptionMapperConfiguration
(ICourseMapper courseMapper, IEducationMapper educationMapper, IExperienceMapper experienceMapper, ILinkMapper linkMapper, IUserMapper userMapper, IUserProfileMapper userProfileMapper, IUserRateMapper userRateMapper) Constructor for MapperConfiguration. -
Uses of IUserMapper in callofproject.dev.authentication.service
Constructors in callofproject.dev.authentication.service with parameters of type IUserMapperModifierConstructorDescriptionAdminService
(callofproject.dev.repository.authentication.dal.UserManagementServiceHelper managementServiceHelper, KafkaProducer kafkaProducer, org.springframework.security.authentication.AuthenticationProvider authenticationProvider, IUserMapper userMapper) Constructor for AdminService class.