程序包 gateway.api
类 SynchCallAdapterFactory
java.lang.Object
retrofit2.CallAdapter.Factory
gateway.api.SynchCallAdapterFactory
public class SynchCallAdapterFactory
extends retrofit2.CallAdapter.Factory
同步okHttp请求适配工厂类
- 作者:
- neeker
-
嵌套类概要
嵌套类修饰符和类型类说明private static classprivate static classprivate static class -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static retrofit2.CallAdapter.Factorycreate()retrofit2.CallAdapter<?,?> get(Type returnType, Annotation[] annotations, retrofit2.Retrofit retrofit) 从类继承的方法 retrofit2.CallAdapter.Factory
getParameterUpperBound, getRawType
-
构造器详细资料
-
SynchCallAdapterFactory
public SynchCallAdapterFactory()
-
-
方法详细资料
-
create
public static retrofit2.CallAdapter.Factory create() -
get
public retrofit2.CallAdapter<?,?> get(Type returnType, Annotation[] annotations, retrofit2.Retrofit retrofit) - 指定者:
get在类中retrofit2.CallAdapter.Factory
-