| Package | Description |
|---|---|
| co.cask.common.http |
HTTP utilities for using
HttpURLConnection. |
| Modifier and Type | Method and Description |
|---|---|
static <T> ObjectResponse<T> |
ObjectResponse.fromJsonBody(HttpResponse response,
Class<T> typeOfObject) |
static <T> ObjectResponse<T> |
ObjectResponse.fromJsonBody(HttpResponse response,
Class<T> typeOfObject,
com.google.gson.Gson gson) |
static <T> ObjectResponse<T> |
ObjectResponse.fromJsonBody(HttpResponse response,
Type typeOfObject) |
static <T> ObjectResponse<T> |
ObjectResponse.fromJsonBody(HttpResponse response,
Type typeOfObject,
com.google.gson.Gson gson) |
static <T> ObjectResponse<T> |
ObjectResponse.fromJsonBody(HttpResponse response,
com.google.common.reflect.TypeToken<T> typeOfObject) |
static <T> ObjectResponse<T> |
ObjectResponse.fromJsonBody(HttpResponse response,
com.google.common.reflect.TypeToken<T> typeOfObject,
com.google.gson.Gson gson) |
Copyright © 2018 Cask Data, Inc. Licensed under the Apache License, Version 2.0.