Uses of Class
diegosneves.github.conectardoacoes.adapters.rest.response.ShelterCreatedResponse
Packages that use ShelterCreatedResponse
Package
Description
-
Uses of ShelterCreatedResponse in diegosneves.github.conectardoacoes.adapters.rest.controller
Methods in diegosneves.github.conectardoacoes.adapters.rest.controller that return types with arguments of type ShelterCreatedResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<ShelterCreatedResponse>ShelterController.createShelter(ShelterCreationRequest request) Método POST para a criação de um Abrigo. -
Uses of ShelterCreatedResponse in diegosneves.github.conectardoacoes.adapters.rest.controller.imp
Methods in diegosneves.github.conectardoacoes.adapters.rest.controller.imp that return types with arguments of type ShelterCreatedResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<ShelterCreatedResponse>ShelterControllerImpl.createShelter(ShelterCreationRequest request) -
Uses of ShelterCreatedResponse in diegosneves.github.conectardoacoes.adapters.rest.service
Methods in diegosneves.github.conectardoacoes.adapters.rest.service that return ShelterCreatedResponseModifier and TypeMethodDescriptionShelterEntityService.createShelter(ShelterCreationRequest request) Este método é responsável por criar um novo abrigo no sistema. -
Uses of ShelterCreatedResponse in diegosneves.github.conectardoacoes.adapters.rest.service.impl
Methods in diegosneves.github.conectardoacoes.adapters.rest.service.impl that return ShelterCreatedResponseModifier and TypeMethodDescriptionprivate static ShelterCreatedResponseShelterEntityServiceImpl.constructShelterCreatedResponse(ShelterEntity shelterEntity) Este método privado é responsável por construir uma resposta para a criação de um abrigo.ShelterEntityServiceImpl.createShelter(ShelterCreationRequest request) Este método é responsável por criar um novo abrigo no sistema.