Uses of Record Class
callofproject.dev.authentication.dto.user_profile.EducationsDTO
Packages that use EducationsDTO
-
Uses of EducationsDTO in callofproject.dev.authentication.mapper
Methods in callofproject.dev.authentication.mapper that return EducationsDTOModifier and TypeMethodDescriptiondefault EducationsDTO
IEducationMapper.toEducationsDTO
(List<EducationDTO> educations) Maps a list of Education entities to an EducationsDTO.Methods in callofproject.dev.authentication.mapper with parameters of type EducationsDTOModifier 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.