Uses of Class
com.bayudwiyansatria.spring.model.Response
Packages that use Response
Package
Description
This package contains the controller classes for the Spring Boot Boilerplate application.
This package contains the service layer classes for the Spring Boot Boilerplate application.
-
Uses of Response in com.bayudwiyansatria.spring.controller
Methods in com.bayudwiyansatria.spring.controller that return types with arguments of type ResponseModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Response>
HomeController.getUserById()
Handles HTTP GET requests to the root endpoint. -
Uses of Response in com.bayudwiyansatria.spring.service
Methods in com.bayudwiyansatria.spring.service that return Response