Uses of Class
io.meeds.deeds.common.model.UserProfileDTO
Packages that use UserProfileDTO
-
Uses of UserProfileDTO in io.meeds.deeds.common.service
Methods in io.meeds.deeds.common.service that return UserProfileDTOMethods in io.meeds.deeds.common.service with parameters of type UserProfileDTOModifier and TypeMethodDescriptionvoidUserProfileService.saveUserProfile(UserProfileDTO userProfileDTO) -
Uses of UserProfileDTO in io.meeds.deeds.common.utils
Methods in io.meeds.deeds.common.utils that return UserProfileDTOModifier and TypeMethodDescriptionstatic UserProfileDTOUserProfileMapper.toDTO(UserProfile userProfile) Methods in io.meeds.deeds.common.utils with parameters of type UserProfileDTOModifier and TypeMethodDescriptionstatic UserProfileUserProfileMapper.fromDTO(UserProfileDTO userProfileDTO)