public class CustomResponseEntity<T>
extends org.springframework.http.ResponseEntity<T>
| Constructor and Description |
|---|
CustomResponseEntity(org.springframework.http.HttpStatus status,
T body) |
CustomResponseEntity(Integer status,
T body) |
CustomResponseEntity(javax.ws.rs.core.Response.Status status,
T body) |
CustomResponseEntity(T body,
org.springframework.http.HttpStatus status) |
CustomResponseEntity(T body,
Integer status) |
CustomResponseEntity(T body,
javax.ws.rs.core.Response.Status status) |
public CustomResponseEntity(T body, javax.ws.rs.core.Response.Status status)
public CustomResponseEntity(javax.ws.rs.core.Response.Status status,
T body)
public CustomResponseEntity(T body, org.springframework.http.HttpStatus status)
public CustomResponseEntity(org.springframework.http.HttpStatus status,
T body)
Copyright © 2017. All Rights Reserved.