@Component public class ResponseGenerator extends Object
Constructor and Description |
---|
ResponseGenerator() |
Modifier and Type | Method and Description |
---|---|
org.springframework.http.ResponseEntity<ResponseData> |
generateErrorResponse(ResponseData body)
Generate error response.
|
org.springframework.http.ResponseEntity<ResponseData> |
generateSuccessResponse(ResponseData body)
Generate success response.
|
public org.springframework.http.ResponseEntity<ResponseData> generateSuccessResponse(ResponseData body)
body
- the bodypublic org.springframework.http.ResponseEntity<ResponseData> generateErrorResponse(ResponseData body)
body
- the bodyCopyright © 2021. All rights reserved.