Uses of Class
kong.unirest.JsonNode
-
Packages that use JsonNode Package Description kong.unirest -
-
Uses of JsonNode in kong.unirest
Methods in kong.unirest that return JsonNode Modifier and Type Method Description JsonNodeJsonResponse. getBody()Methods in kong.unirest 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 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 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
-