Uses of Record Class
dev.fernando.user_authentication_api.dto.UpdateUserDto
Packages that use UpdateUserDto
Package
Description
-
Uses of UpdateUserDto in dev.fernando.user_authentication_api.controller
Methods in dev.fernando.user_authentication_api.controller with parameters of type UpdateUserDtoModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity
<org.springframework.hateoas.EntityModel<ViewUserDto>> UserController.updateUser
(Long id, UpdateUserDto updateUserDto) This endpoint allows updating user details by ID. -
Uses of UpdateUserDto in dev.fernando.user_authentication_api.service
Methods in dev.fernando.user_authentication_api.service with parameters of type UpdateUserDtoModifier and TypeMethodDescriptionUserService.updateUser
(Long id, UpdateUserDto updateUserDto) updates an existing user as long as the current password is confirmed during the update. -
Uses of UpdateUserDto in dev.fernando.user_authentication_api.service.impl
Methods in dev.fernando.user_authentication_api.service.impl with parameters of type UpdateUserDtoModifier and TypeMethodDescriptionUserServiceImpl.updateUser
(Long id, UpdateUserDto updateUserDto)