Uses of Class
kong.unirest.core.JsonNode
Packages that use JsonNode
-
Uses of JsonNode in kong.unirest.core
Subclasses with type arguments of type JsonNode in kong.unirest.coreFields in kong.unirest.core declared as JsonNodeMethods in kong.unirest.core that return JsonNodeModifier and TypeMethodDescriptionJsonResponse.getBody()private JsonNodeJsonResponse.getNode(RawResponse response) private JsonNodeJsonResponse.toJsonNode(String json) Methods in kong.unirest.core that return types with arguments of type JsonNodeModifier and TypeMethodDescriptionBaseRequest.asJson()HttpRequest.asJson()Executes the request and returns the response with the body mapped into a JsonNodeBaseRequest.asJsonAsync()BaseRequest.asJsonAsync(Callback<JsonNode> callback) HttpRequest.asJsonAsync()Executes the request asynchronously and returns the response with the body mapped into a JsonNodeHttpRequest.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 JsonNodeModifier and TypeMethodDescriptionSet JSON on the bodySet JSON on the bodyMethod parameters in kong.unirest.core with type arguments of type JsonNodeModifier and TypeMethodDescriptionBaseRequest.asJsonAsync(Callback<JsonNode> callback) HttpRequest.asJsonAsync(Callback<JsonNode> callback) Executes the request asynchronously and returns the response with the body mapped into a JsonNode