类 GsonHttps

java.lang.Object
net.apexes.commons.json.gson.GsonHttps

public final class GsonHttps extends Object
作者:
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.JsonEncoder
     
    static net.apexes.commons.net.JsonHttpClient.JsonEncoder
    createEncoder(com.google.gson.Gson gson)
     
    static net.apexes.commons.net.JsonHttpClient.JsonHttpNoticer
     
    static net.apexes.commons.net.JsonHttpClient.JsonHttpNoticer
    forNotice(String url, net.apexes.commons.net.JsonHttpClient.JsonEncoder encoder)
     
    static <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)
     

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 方法详细资料

    • 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

      public static net.apexes.commons.net.JsonHttpClient.JsonHttpNoticer forNotice(String url)
    • forNotice

      public static net.apexes.commons.net.JsonHttpClient.JsonHttpNoticer forNotice(String url, net.apexes.commons.net.JsonHttpClient.JsonEncoder encoder)
    • forRequest

      public static <R> net.apexes.commons.net.JsonHttpClient<R> forRequest(String url, Type returnType)
    • forRequest

      public static <R> net.apexes.commons.net.JsonHttpClient<R> forRequest(String url, com.google.gson.Gson gson, Type returnType)
    • forRequest

      public static <R> net.apexes.commons.net.JsonHttpClient<R> forRequest(String url, net.apexes.commons.net.JsonHttpClient.JsonDecoder<R> decoder)