Uses of Record Class
callofproject.dev.authentication.dto.user_profile.LinksDTO
Packages that use LinksDTO
-
Uses of LinksDTO in callofproject.dev.authentication.mapper
Methods in callofproject.dev.authentication.mapper that return LinksDTOModifier and TypeMethodDescriptiondefault LinksDTO
ILinkMapper.toLinksDTO
(List<LinkDTO> linkDTOs) Maps a list of Link entities to a LinksDTO.Methods in callofproject.dev.authentication.mapper with parameters of type LinksDTOModifier 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.