Uses of Class
kong.unirest.core.JsonNode
Packages that use JsonNode
-
Uses of JsonNode in kong.unirest.core
Fields in kong.unirest.core declared as JsonNodeMethods in kong.unirest.core that return JsonNodeModifier and TypeMethodDescriptionJsonResponse.getBody()
private JsonNode
JsonResponse.getNode
(RawResponse response) private JsonNode
JsonResponse.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