Uses of Class
kong.unirest.core.JsonNode
-
Packages that use JsonNode Package Description kong.unirest.core -
-
Uses of JsonNode in kong.unirest.core
Methods in kong.unirest.core that return JsonNode Modifier and Type Method Description JsonNodeJsonResponse. getBody()Methods in kong.unirest.core that return types with arguments of type JsonNode Modifier and Type Method Description HttpResponse<JsonNode>HttpRequest. asJson()Executes the request and returns the response with the body mapped into a JsonNodeCompletableFuture<HttpResponse<JsonNode>>HttpRequest. asJsonAsync()Executes the request asynchronously and returns the response with the body mapped into a JsonNodeCompletableFuture<HttpResponse<JsonNode>>HttpRequest. asJsonAsync(Callback<JsonNode> callback)Executes the request asynchronously and returns the response with the body mapped into a JsonNodeMethods in kong.unirest.core with parameters of type JsonNode Modifier and Type Method Description RequestBodyEntityHttpRequestWithBody. body(JsonNode body)Set JSON on the bodyRequestBodyEntityRequestBodyEntity. body(JsonNode jsonBody)Set JSON on the bodyMethod parameters in kong.unirest.core with type arguments of type JsonNode Modifier and Type Method Description CompletableFuture<HttpResponse<JsonNode>>HttpRequest. asJsonAsync(Callback<JsonNode> callback)Executes the request asynchronously and returns the response with the body mapped into a JsonNode
-