类 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 createEncoder()  
      static net.apexes.commons.net.JsonHttpClient.JsonEncoder createEncoder​(com.google.gson.Gson gson)  
      static net.apexes.commons.net.JsonHttpClient.JsonHttpNoticer forNotice​(String url)  
      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)  
    • 方法详细资料

      • 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)