Class RetrofitHelper

  • All Implemented Interfaces:

    
    public class RetrofitHelper
    
                        
    Since:

    2023-03-06

    Author:

    trydofor

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
      RetrofitHelper()
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      static <T> T jacksonPlain(Class<T> caller, String url, OkHttpClient client)
      static <T> T jacksonPlain(Class<T> caller, String url, Call.Factory factory) use JacksonHelper.
      static <T> T jacksonWings(Class<T> caller, String url, OkHttpClient client)
      static <T> T jacksonWings(Class<T> caller, String url, Call.Factory factory) use JacksonHelper.
      static <T> T jackson(Class<T> caller, String url, OkHttpClient client, ObjectMapper mapper)
      static <T> T jackson(Class<T> caller, String url, Call.Factory factory, ObjectMapper mapper)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RetrofitHelper

        RetrofitHelper()