Uses of Record Class
com.fiap.tech_challenge.parte1.ms_users.dtos.CreateUserDTO
Packages that use CreateUserDTO
-
Uses of CreateUserDTO in com.fiap.tech_challenge.parte1.ms_users.controllers
Methods in com.fiap.tech_challenge.parte1.ms_users.controllers that return types with arguments of type CreateUserDTOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<CreateUserDTO>
UsersController.create
(@Valid UsersRequestDTO dto) Creates a new user.