public final class SphereRequestUtils extends Object
SphereRequest
s.Modifier and Type | Method and Description |
---|---|
static <T> T |
deserialize(HttpResponse httpResponse,
com.fasterxml.jackson.databind.JavaType javaType) |
static <T> T |
deserialize(HttpResponse httpResponse,
com.fasterxml.jackson.core.type.TypeReference<T> typeReference) |
static String |
getBodyAsString(HttpResponse httpResponse) |
static String |
urlEncode(String s)
Encodes urls with UTF-8.
|
public static <T> T deserialize(HttpResponse httpResponse, com.fasterxml.jackson.core.type.TypeReference<T> typeReference)
public static <T> T deserialize(HttpResponse httpResponse, com.fasterxml.jackson.databind.JavaType javaType)
public static String getBodyAsString(HttpResponse httpResponse)