Uses of Class
callofproject.dev.authentication.dto.user_profile.UserProfileDTO
Packages that use UserProfileDTO
Package
Description
-
Uses of UserProfileDTO in callofproject.dev.authentication.dto.user_profile
Methods in callofproject.dev.authentication.dto.user_profile that return UserProfileDTOModifier and TypeMethodDescriptionUserWithProfileDTO.profile()
Returns the value of theprofile
record component.Constructors in callofproject.dev.authentication.dto.user_profile with parameters of type UserProfileDTOModifierConstructorDescriptionUserWithProfileDTO
(UUID id, UserDTO user, UserProfileDTO profile) Creates an instance of aUserWithProfileDTO
record class. -
Uses of UserProfileDTO in callofproject.dev.authentication.mapper
Methods in callofproject.dev.authentication.mapper that return UserProfileDTOModifier 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.