Uses of Record Class
callofproject.dev.authentication.dto.UsersDTO
Packages that use UsersDTO
-
Uses of UsersDTO in callofproject.dev.authentication.mapper
Methods in callofproject.dev.authentication.mapper that return UsersDTOModifier and TypeMethodDescriptiondefault UsersDTO
IUserMapper.toUsersDTO
(List<UserDTO> list) Maps a list of User entities to a UsersDTO.