- <init>
- deserialize
Deserialize the given JSON string to Java object.
- escapeString
Escape the given string to be used as URL query value.
- parameterToPairs
Formats the specified collection query parameters to a list of Pair objects.
Note that the values of
- parameterToString
Format the given parameter object into string.
- selectHeaderAccept
Select the Accept header's value from the given accepts array: if JSON exists in
the given array, us
- selectHeaderContentType
Select the Content-Type header's value from the given array: if JSON exists in
the given array, use
- serialize
Serialize the given Java object into request body according to the object's
class and the request Co
- setUserAgent
Set the User-Agent header's value (by adding to the default header map).
- updateParamsForAuth
Update query and header parameters based on authentication settings.
- applySslSettings
Apply SSL related settings to httpClient according to the current values of
verifyingSsl and sslCaCe
- buildCall
Build HTTP call with the given options.