Uses of Class
com.finconsgroup.itserr.marketplace.usercommunication.dm.dto.OutputUserDto
Packages that use OutputUserDto
Package
Description
-
Uses of OutputUserDto in com.finconsgroup.itserr.marketplace.usercommunication.dm.component
Methods in com.finconsgroup.itserr.marketplace.usercommunication.dm.component that return types with arguments of type OutputUserDtoModifier and TypeMethodDescriptionConversationHelper.mapUserIdsToDtos(Set<UUID> userIds, boolean loadUserProfiles) Maps the user ids to the dtos populating details like imageUrl etc. -
Uses of OutputUserDto in com.finconsgroup.itserr.marketplace.usercommunication.dm.mapper
Methods in com.finconsgroup.itserr.marketplace.usercommunication.dm.mapper that return OutputUserDtoModifier and TypeMethodDescriptionUserMapper.entityToOutputUserDto(User entity) Converts aUserinto aOutputUserDto.UserMapperImpl.entityToOutputUserDto(User entity) UserMapper.userProfileDmDtoToOutputUserDto(OutputUserProfileDmDto userProfileDmDto) Converts aOutputUserProfileDmDtointo aOutputUserDto.UserMapperImpl.userProfileDmDtoToOutputUserDto(OutputUserProfileDmDto userProfileDmDto) Methods in com.finconsgroup.itserr.marketplace.usercommunication.dm.mapper with parameters of type OutputUserDtoModifier and TypeMethodDescriptiondefault voidUserMapper.afterMapUserDtoToEntity(OutputUserDto outputUserDto, User user)