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