Uses of Class
de.trustable.ca3s.core.service.dto.AdminUserDTO
-
Packages that use AdminUserDTO Package Description de.trustable.ca3s.core.service.mapper MapStruct mappers for mapping domain objects and Data Transfer Objects. -
-
Uses of AdminUserDTO in de.trustable.ca3s.core.service.mapper
Methods in de.trustable.ca3s.core.service.mapper that return AdminUserDTO Modifier and Type Method Description AdminUserDTOUserMapper. userToAdminUserDTO(User user)Methods in de.trustable.ca3s.core.service.mapper that return types with arguments of type AdminUserDTO Modifier and Type Method Description List<AdminUserDTO>UserMapper. usersToAdminUserDTOs(List<User> users)Methods in de.trustable.ca3s.core.service.mapper with parameters of type AdminUserDTO Modifier and Type Method Description UserUserMapper. userDTOToUser(AdminUserDTO userDTO)Method parameters in de.trustable.ca3s.core.service.mapper with type arguments of type AdminUserDTO Modifier and Type Method Description List<User>UserMapper. userDTOsToUsers(List<AdminUserDTO> userDTOs)
-