Uses of Class
com.nmontytskyi.monitoring.server.dto.response.ServiceResponse
Packages that use ServiceResponse
Package
Description
-
Uses of ServiceResponse in com.nmontytskyi.monitoring.server.controller
Methods in com.nmontytskyi.monitoring.server.controller that return types with arguments of type ServiceResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<List<ServiceResponse>> ServiceController.findAll()org.springframework.http.ResponseEntity<ServiceResponse> org.springframework.http.ResponseEntity<ServiceResponse> ServiceController.register(@Valid ServiceRegistrationRequest request) -
Uses of ServiceResponse in com.nmontytskyi.monitoring.server.service
Methods in com.nmontytskyi.monitoring.server.service that return ServiceResponseModifier and TypeMethodDescriptionRegisteredServiceService.register(ServiceRegistrationRequest request) Methods in com.nmontytskyi.monitoring.server.service that return types with arguments of type ServiceResponse