public final class Responses extends Object
| Modifier and Type | Method and Description |
|---|---|
static org.springframework.http.ResponseEntity<org.zalando.problem.Problem> |
create(org.zalando.problem.Problem problem,
org.springframework.web.context.request.NativeWebRequest request) |
static org.springframework.http.ResponseEntity<org.zalando.problem.Problem> |
create(org.zalando.problem.Problem problem,
org.springframework.web.context.request.NativeWebRequest request,
java.util.function.Function<org.springframework.http.ResponseEntity.BodyBuilder,org.springframework.http.ResponseEntity.BodyBuilder> buildable) |
static org.springframework.http.ResponseEntity<org.zalando.problem.Problem> |
create(javax.ws.rs.core.Response.StatusType status,
String message,
org.springframework.web.context.request.NativeWebRequest request) |
static org.springframework.http.ResponseEntity<org.zalando.problem.Problem> |
create(javax.ws.rs.core.Response.StatusType status,
String message,
org.springframework.web.context.request.NativeWebRequest request,
java.util.function.Function<org.springframework.http.ResponseEntity.BodyBuilder,org.springframework.http.ResponseEntity.BodyBuilder> buildable) |
static org.springframework.http.ResponseEntity<org.zalando.problem.Problem> |
create(javax.ws.rs.core.Response.StatusType status,
Throwable throwable,
org.springframework.web.context.request.NativeWebRequest request) |
static org.springframework.http.ResponseEntity<org.zalando.problem.Problem> |
create(javax.ws.rs.core.Response.StatusType status,
Throwable throwable,
org.springframework.web.context.request.NativeWebRequest request,
java.util.function.Function<org.springframework.http.ResponseEntity.BodyBuilder,org.springframework.http.ResponseEntity.BodyBuilder> buildable) |
public static org.springframework.http.ResponseEntity<org.zalando.problem.Problem> create(javax.ws.rs.core.Response.StatusType status,
Throwable throwable,
org.springframework.web.context.request.NativeWebRequest request,
java.util.function.Function<org.springframework.http.ResponseEntity.BodyBuilder,org.springframework.http.ResponseEntity.BodyBuilder> buildable)
public static org.springframework.http.ResponseEntity<org.zalando.problem.Problem> create(javax.ws.rs.core.Response.StatusType status,
Throwable throwable,
org.springframework.web.context.request.NativeWebRequest request)
public static org.springframework.http.ResponseEntity<org.zalando.problem.Problem> create(javax.ws.rs.core.Response.StatusType status,
String message,
org.springframework.web.context.request.NativeWebRequest request,
java.util.function.Function<org.springframework.http.ResponseEntity.BodyBuilder,org.springframework.http.ResponseEntity.BodyBuilder> buildable)
public static org.springframework.http.ResponseEntity<org.zalando.problem.Problem> create(javax.ws.rs.core.Response.StatusType status,
String message,
org.springframework.web.context.request.NativeWebRequest request)
public static org.springframework.http.ResponseEntity<org.zalando.problem.Problem> create(org.zalando.problem.Problem problem,
org.springframework.web.context.request.NativeWebRequest request,
java.util.function.Function<org.springframework.http.ResponseEntity.BodyBuilder,org.springframework.http.ResponseEntity.BodyBuilder> buildable)
public static org.springframework.http.ResponseEntity<org.zalando.problem.Problem> create(org.zalando.problem.Problem problem,
org.springframework.web.context.request.NativeWebRequest request)
Copyright © 2015 Zalando SE. All rights reserved.