Uses of Class
com.alpaca.dto.request.ProfileRequestDTO
Packages that use ProfileRequestDTO
-
Uses of ProfileRequestDTO in com.alpaca.controller
Methods in com.alpaca.controller with parameters of type ProfileRequestDTOModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity
<ProfileResponseDTO> ProfileController.save
(@Valid ProfileRequestDTO request) Creates a new profile.org.springframework.http.ResponseEntity
<ProfileResponseDTO> ProfileController.updateById
(@Valid ProfileRequestDTO request, UUID id) Updates an existing profile identified by its unique identifier. -
Uses of ProfileRequestDTO in com.alpaca.mapper.impl
Methods in com.alpaca.mapper.impl with parameters of type ProfileRequestDTOModifier and TypeMethodDescriptionProfileMapperImpl.toEntity
(ProfileRequestDTO requestDTO) Converts aProfileRequestDTO
into aProfile
entity.