Uses of Class
kong.unirest.core.json.JSONElement
-
Packages that use JSONElement Package Description kong.unirest.core kong.unirest.core.json -
-
Uses of JSONElement in kong.unirest.core
Methods in kong.unirest.core with parameters of type JSONElement Modifier and Type Method Description RequestBodyEntity
HttpRequestBody. body(JSONElement body)
Sugar method for body operationRequestBodyEntity
HttpRequestUniBody. body(JSONElement jsonBody)
RequestBodyEntity
HttpRequestWithBody. body(JSONElement body)
Set JSON on the bodyRequestBodyEntity
RequestBodyEntity. body(JSONElement body)
Set JSON on the bodyExpectedResponse
Expectation. thenReturn(JSONElement jsonObject)
expect a json responseExpectedResponse
ExpectedResponse. thenReturn(JSONElement jsonObject)
expect a json responseExpectedResponse
ExpectedResponseRecord. thenReturn(JSONElement jsonObject)
ExpectedResponse
Invocation. thenReturn(JSONElement jsonObject)
-
Uses of JSONElement in kong.unirest.core.json
Subclasses of JSONElement in kong.unirest.core.json Modifier and Type Class Description class
JSONArray
https://json.org/ https://tools.ietf.org/html/rfc7159#section-4 Represents a JSON Arrayclass
JSONObject
https://json.org/ https://tools.ietf.org/html/rfc7159#section-4 represents a JSON Object(package private) class
NullObject
-