public abstract class JaxRsErrorResponseBuilder extends Object
Constructor and Description |
---|
JaxRsErrorResponseBuilder() |
Modifier and Type | Method and Description |
---|---|
static <ResponseT extends ResponseWithErrorCode> |
build(ResponseT response)
Constructs a JAX-RS
Response . |
public static <ResponseT extends ResponseWithErrorCode> javax.ws.rs.core.Response build(ResponseT response)
Response
.response
- The instance of ResponseWithErrorCode
for which the JAX-RS Response
should be built.Copyright © 2018 SAP SE. All rights reserved.