类 GsonHttps
java.lang.Object
net.apexes.commons.json.gson.GsonHttps
- 作者:
- HeDYn
-
方法概要
修饰符和类型方法说明static <R> net.apexes.commons.net.JsonHttpClient.JsonDecoder<R>createDecoder(com.google.gson.Gson gson, Type returnType) static <R> net.apexes.commons.net.JsonHttpClient.JsonDecoder<R>createDecoder(Type returnType) static net.apexes.commons.net.JsonHttpClient.JsonEncoderstatic net.apexes.commons.net.JsonHttpClient.JsonEncodercreateEncoder(com.google.gson.Gson gson) static net.apexes.commons.net.JsonHttpClient.JsonHttpNoticerstatic net.apexes.commons.net.JsonHttpClient.JsonHttpNoticerstatic <R> net.apexes.commons.net.JsonHttpClient<R>forRequest(String url, com.google.gson.Gson gson, Type returnType) static <R> net.apexes.commons.net.JsonHttpClient<R>forRequest(String url, Type returnType) static <R> net.apexes.commons.net.JsonHttpClient<R>forRequest(String url, net.apexes.commons.net.JsonHttpClient.JsonDecoder<R> decoder)
-
方法详细资料
-
createEncoder
public static net.apexes.commons.net.JsonHttpClient.JsonEncoder createEncoder() -
createEncoder
public static net.apexes.commons.net.JsonHttpClient.JsonEncoder createEncoder(com.google.gson.Gson gson) -
createDecoder
public static <R> net.apexes.commons.net.JsonHttpClient.JsonDecoder<R> createDecoder(Type returnType) -
createDecoder
public static <R> net.apexes.commons.net.JsonHttpClient.JsonDecoder<R> createDecoder(com.google.gson.Gson gson, Type returnType) -
forNotice
-
forNotice
public static net.apexes.commons.net.JsonHttpClient.JsonHttpNoticer forNotice(String url, net.apexes.commons.net.JsonHttpClient.JsonEncoder encoder) -
forRequest
-
forRequest
-
forRequest
public static <R> net.apexes.commons.net.JsonHttpClient<R> forRequest(String url, net.apexes.commons.net.JsonHttpClient.JsonDecoder<R> decoder)
-