| Modifier and Type | Method and Description |
|---|---|
JsonNode |
JsonResponse.getBody() |
| Modifier and Type | Method and Description |
|---|---|
HttpResponse<JsonNode> |
HttpRequest.asJson()
Executes the request and returns the response with the body mapped into a JsonNode
|
CompletableFuture<HttpResponse<JsonNode>> |
HttpRequest.asJsonAsync()
Executes the request asynchronously and returns the response with the body mapped into a JsonNode
|
CompletableFuture<HttpResponse<JsonNode>> |
HttpRequest.asJsonAsync(Callback<JsonNode> callback)
Executes the request asynchronously and returns the response with the body mapped into a JsonNode
|
| Modifier and Type | Method and Description |
|---|---|
RequestBodyEntity |
RequestBodyEntity.body(JsonNode jsonBody) |
RequestBodyEntity |
HttpRequestWithBody.body(JsonNode body) |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<HttpResponse<JsonNode>> |
HttpRequest.asJsonAsync(Callback<JsonNode> callback)
Executes the request asynchronously and returns the response with the body mapped into a JsonNode
|
Copyright © 2019. All rights reserved.