Uses of Record Class
callofproject.dev.authentication.dto.user_profile.ExperiencesDTO
Packages that use ExperiencesDTO
-
Uses of ExperiencesDTO in callofproject.dev.authentication.mapper
Methods in callofproject.dev.authentication.mapper that return ExperiencesDTOModifier and TypeMethodDescriptiondefault ExperiencesDTO
IExperienceMapper.toExperiencesDTO
(List<ExperienceDTO> experiences) Maps a list of Experience entities to an ExperiencesDTO.Methods in callofproject.dev.authentication.mapper with parameters of type ExperiencesDTOModifier and TypeMethodDescriptionIUserProfileMapper.toUserProfileDTO
(callofproject.dev.repository.authentication.entity.UserProfile userProfile, EducationsDTO educationsDTO, ExperiencesDTO experiencesDTO, CoursesDTO coursesDTO, LinksDTO linksDTO, UserRateDTO userRateDTO) Maps a UserProfile entity to a UserProfileDTO.