跳过导航链接
A B C D E F G H I K L M P R S V 

A

adapt(Call<R>) - 类 中的方法com.github.lianjiatech.retrofit.spring.boot.core.BodyCallAdapterFactory.BodyCallAdapter
 
adapt(Call<R>) - 类 中的方法com.github.lianjiatech.retrofit.spring.boot.core.ResponseCallAdapterFactory.ResponseCallAdapter
 
alarmFormat(Request, Response) - 类 中的方法com.github.lianjiatech.retrofit.spring.boot.interceptor.BaseHttpExceptionMessageFormatter
格式化okHttp的request和response数据
alarmFormat(Request, Response) - 类 中的方法com.github.lianjiatech.retrofit.spring.boot.interceptor.DefaultHttpExceptionMessageFormatter
格式化okHttp的request和response数据
applicationContext - 类 中的变量com.github.lianjiatech.retrofit.spring.boot.config.RetrofitAutoConfiguration
 
applicationContext - 类 中的变量com.github.lianjiatech.retrofit.spring.boot.core.RetrofitFactoryBean
 

B

BaseGlobalInterceptor - com.github.lianjiatech.retrofit.spring.boot.interceptor中的类
okhttp全局拦截器 使用抽象类,方便后面进行功能升级
BaseGlobalInterceptor() - 类 的构造器com.github.lianjiatech.retrofit.spring.boot.interceptor.BaseGlobalInterceptor
 
BaseHttpExceptionMessageFormatter - com.github.lianjiatech.retrofit.spring.boot.interceptor中的类
retrofit Http异常信息格式化器,用于将request和response格式化为可阅读的String数据。
BaseHttpExceptionMessageFormatter() - 类 的构造器com.github.lianjiatech.retrofit.spring.boot.interceptor.BaseHttpExceptionMessageFormatter
 
BaseLoggingInterceptor - com.github.lianjiatech.retrofit.spring.boot.interceptor中的类
 
BaseLoggingInterceptor(Level, BaseLoggingInterceptor.LogStrategy) - 类 的构造器com.github.lianjiatech.retrofit.spring.boot.interceptor.BaseLoggingInterceptor
 
BaseLoggingInterceptor.LogStrategy - com.github.lianjiatech.retrofit.spring.boot.interceptor中的枚举
 
BasePathMatchInterceptor - com.github.lianjiatech.retrofit.spring.boot.interceptor中的类
路径匹配拦截器, 如果使用spring-bean方式,使用原型模式
BasePathMatchInterceptor() - 类 的构造器com.github.lianjiatech.retrofit.spring.boot.interceptor.BasePathMatchInterceptor
 
BeanExtendUtils - com.github.lianjiatech.retrofit.spring.boot.util中的类
 
BeanExtendUtils() - 类 的构造器com.github.lianjiatech.retrofit.spring.boot.util.BeanExtendUtils
 
BodyCallAdapter(Type) - 类 的构造器com.github.lianjiatech.retrofit.spring.boot.core.BodyCallAdapterFactory.BodyCallAdapter
 
BodyCallAdapterFactory - com.github.lianjiatech.retrofit.spring.boot.core中的类
同步调用,如果返回的http状态码是是成功,返回responseBody 反序列化之后的对象
否则,抛出异常!
BodyCallAdapterFactory() - 类 的构造器com.github.lianjiatech.retrofit.spring.boot.core.BodyCallAdapterFactory
 
BodyCallAdapterFactory.BodyCallAdapter<R> - com.github.lianjiatech.retrofit.spring.boot.core中的类
 

C

callAdapterFactories - 类 中的变量com.github.lianjiatech.retrofit.spring.boot.config.RetrofitConfigBean
 
checkRetrofitInterface(Class<T>) - 类 中的方法com.github.lianjiatech.retrofit.spring.boot.core.RetrofitFactoryBean
RetrofitInterface检查
classLoader - 类 中的变量com.github.lianjiatech.retrofit.spring.boot.core.ClassPathRetrofitClientScanner
 
classLoader - 类 中的变量com.github.lianjiatech.retrofit.spring.boot.core.RetrofitClientRegistrar
 
ClassPathRetrofitClientScanner - com.github.lianjiatech.retrofit.spring.boot.core中的类
 
ClassPathRetrofitClientScanner(BeanDefinitionRegistry, ClassLoader) - 类 的构造器com.github.lianjiatech.retrofit.spring.boot.core.ClassPathRetrofitClientScanner
 
com.github.lianjiatech.retrofit.spring.boot.annotation - 程序包 com.github.lianjiatech.retrofit.spring.boot.annotation
 
com.github.lianjiatech.retrofit.spring.boot.config - 程序包 com.github.lianjiatech.retrofit.spring.boot.config
 
com.github.lianjiatech.retrofit.spring.boot.core - 程序包 com.github.lianjiatech.retrofit.spring.boot.core
 
com.github.lianjiatech.retrofit.spring.boot.exception - 程序包 com.github.lianjiatech.retrofit.spring.boot.exception
 
com.github.lianjiatech.retrofit.spring.boot.interceptor - 程序包 com.github.lianjiatech.retrofit.spring.boot.interceptor
 
com.github.lianjiatech.retrofit.spring.boot.util - 程序包 com.github.lianjiatech.retrofit.spring.boot.util
 
converterFactories - 类 中的变量com.github.lianjiatech.retrofit.spring.boot.config.RetrofitConfigBean
 

D

DEFAULT_POOL - 类 中的静态变量com.github.lianjiatech.retrofit.spring.boot.config.RetrofitProperties
 
DefaultHttpExceptionMessageFormatter - com.github.lianjiatech.retrofit.spring.boot.interceptor中的类
 
DefaultHttpExceptionMessageFormatter() - 类 的构造器com.github.lianjiatech.retrofit.spring.boot.interceptor.DefaultHttpExceptionMessageFormatter
 
DefaultLoggingInterceptor - com.github.lianjiatech.retrofit.spring.boot.interceptor中的类
 
DefaultLoggingInterceptor(Level, BaseLoggingInterceptor.LogStrategy) - 类 的构造器com.github.lianjiatech.retrofit.spring.boot.interceptor.DefaultLoggingInterceptor
 
disableVoidReturnType - 类 中的变量com.github.lianjiatech.retrofit.spring.boot.config.RetrofitProperties
禁用Void返回类型
doIntercept(Interceptor.Chain) - 类 中的方法com.github.lianjiatech.retrofit.spring.boot.interceptor.BaseGlobalInterceptor
执行拦截
doIntercept(Interceptor.Chain) - 类 中的方法com.github.lianjiatech.retrofit.spring.boot.interceptor.BasePathMatchInterceptor
执行拦截
doScan(String...) - 类 中的方法com.github.lianjiatech.retrofit.spring.boot.core.ClassPathRetrofitClientScanner
 

E

enableBodyCallAdapter - 类 中的变量com.github.lianjiatech.retrofit.spring.boot.config.RetrofitProperties
启用 #BodyCallAdapterFactory 调用适配器
enableLog - 类 中的变量com.github.lianjiatech.retrofit.spring.boot.config.RetrofitProperties
启用日志打印
enableResponseCallAdapter - 类 中的变量com.github.lianjiatech.retrofit.spring.boot.config.RetrofitProperties
启用 #ResponseCallAdapterFactory 调用适配器
environment - 类 中的变量com.github.lianjiatech.retrofit.spring.boot.core.RetrofitFactoryBean
 
exclude - 类 中的变量com.github.lianjiatech.retrofit.spring.boot.interceptor.BasePathMatchInterceptor
 

F

findInterceptorByAnnotation(Class<?>) - 类 中的方法com.github.lianjiatech.retrofit.spring.boot.core.RetrofitFactoryBean
获取retrofitClient接口类上定义的拦截器集合

G

get(Type, Annotation[], Retrofit) - 类 中的方法com.github.lianjiatech.retrofit.spring.boot.core.BodyCallAdapterFactory
 
get(Type, Annotation[], Retrofit) - 类 中的方法com.github.lianjiatech.retrofit.spring.boot.core.ResponseCallAdapterFactory
 
getBeans(Class<U>) - 类 中的方法com.github.lianjiatech.retrofit.spring.boot.config.RetrofitAutoConfiguration
 
getCallAdapterFactories() - 类 中的方法com.github.lianjiatech.retrofit.spring.boot.config.RetrofitConfigBean
 
getConnectionPool(Class<?>) - 类 中的方法com.github.lianjiatech.retrofit.spring.boot.core.RetrofitFactoryBean
获取okhttp3连接池
getConverterFactories() - 类 中的方法com.github.lianjiatech.retrofit.spring.boot.config.RetrofitConfigBean
 
getGlobalInterceptors() - 类 中的方法com.github.lianjiatech.retrofit.spring.boot.config.RetrofitConfigBean
 
getHttpExceptionMessageFormatter() - 类 中的方法com.github.lianjiatech.retrofit.spring.boot.config.RetrofitProperties
 
getHttpExceptionMessageFormatterInterceptor() - 类 中的方法com.github.lianjiatech.retrofit.spring.boot.config.RetrofitConfigBean
 
getInterceptorInstance(Class<? extends BasePathMatchInterceptor>) - 类 中的方法com.github.lianjiatech.retrofit.spring.boot.core.RetrofitFactoryBean
获取路径拦截器实例,优先从spring容器中取。
getKeepAliveSecond() - 类 中的方法com.github.lianjiatech.retrofit.spring.boot.config.PoolConfig
 
getLoggingInterceptor() - 类 中的方法com.github.lianjiatech.retrofit.spring.boot.config.RetrofitProperties
 
getMaxIdleConnections() - 类 中的方法com.github.lianjiatech.retrofit.spring.boot.config.PoolConfig
 
getObject() - 类 中的方法com.github.lianjiatech.retrofit.spring.boot.core.RetrofitFactoryBean
 
getObjectType() - 类 中的方法com.github.lianjiatech.retrofit.spring.boot.core.RetrofitFactoryBean
 
getOkHttpClient(Class<?>) - 类 中的方法com.github.lianjiatech.retrofit.spring.boot.core.RetrofitFactoryBean
获取OkHttpClient实例,一个接口接口对应一个OkHttpClient
getPackagesToScan(AnnotationAttributes) - 类 中的方法com.github.lianjiatech.retrofit.spring.boot.core.RetrofitClientRegistrar
获取扫描的基础包路径
getPool() - 类 中的方法com.github.lianjiatech.retrofit.spring.boot.config.RetrofitProperties
 
getPoolRegistry() - 类 中的方法com.github.lianjiatech.retrofit.spring.boot.config.RetrofitConfigBean
 
getRetrofit(Class<?>) - 类 中的方法com.github.lianjiatech.retrofit.spring.boot.core.RetrofitFactoryBean
获取Retrofit实例,一个retrofitClient接口对应一个Retrofit实例
getRetrofitProperties() - 类 中的方法com.github.lianjiatech.retrofit.spring.boot.config.RetrofitConfigBean
 
globalInterceptors - 类 中的变量com.github.lianjiatech.retrofit.spring.boot.config.RetrofitConfigBean
 

H

httpExceptionMessageFormatter - 类 中的变量com.github.lianjiatech.retrofit.spring.boot.config.RetrofitProperties
Http异常信息格式化器,用于将request和response格式化为可阅读的String数据,并发到Exception的信息中。
httpExceptionMessageFormatter - 类 中的变量com.github.lianjiatech.retrofit.spring.boot.interceptor.HttpExceptionMessageFormatterInterceptor
 
httpExceptionMessageFormatterInterceptor - 类 中的变量com.github.lianjiatech.retrofit.spring.boot.config.RetrofitConfigBean
 
HttpExceptionMessageFormatterInterceptor - com.github.lianjiatech.retrofit.spring.boot.interceptor中的类
http异常信息格式化
HttpExceptionMessageFormatterInterceptor(BaseHttpExceptionMessageFormatter) - 类 的构造器com.github.lianjiatech.retrofit.spring.boot.interceptor.HttpExceptionMessageFormatterInterceptor
 
httpLoggingInterceptor - 类 中的变量com.github.lianjiatech.retrofit.spring.boot.interceptor.DefaultLoggingInterceptor
 
httpLoggingInterceptorLogger(Level) - 类 中的方法com.github.lianjiatech.retrofit.spring.boot.interceptor.DefaultLoggingInterceptor
 

I

include - 类 中的变量com.github.lianjiatech.retrofit.spring.boot.interceptor.BasePathMatchInterceptor
 
Intercept - com.github.lianjiatech.retrofit.spring.boot.annotation中的注释类型
自动将注解上的参数值赋值到handleInterceptor实例上
intercept(Interceptor.Chain) - 类 中的方法com.github.lianjiatech.retrofit.spring.boot.interceptor.BaseGlobalInterceptor
 
intercept(Interceptor.Chain) - 类 中的方法com.github.lianjiatech.retrofit.spring.boot.interceptor.BasePathMatchInterceptor
 
intercept(Interceptor.Chain) - 类 中的方法com.github.lianjiatech.retrofit.spring.boot.interceptor.DefaultLoggingInterceptor
 
intercept(Interceptor.Chain) - 类 中的方法com.github.lianjiatech.retrofit.spring.boot.interceptor.HttpExceptionMessageFormatterInterceptor
 
InterceptMark - com.github.lianjiatech.retrofit.spring.boot.annotation中的注释类型
拦截标记注解
标记一个注解是拦截器
InvalidResponseException - com.github.lianjiatech.retrofit.spring.boot.exception中的异常错误
 
InvalidResponseException(String) - 异常错误 的构造器com.github.lianjiatech.retrofit.spring.boot.exception.InvalidResponseException
Constructs a new runtime exception with the specified detail message.
InvalidResponseException(String, Throwable) - 异常错误 的构造器com.github.lianjiatech.retrofit.spring.boot.exception.InvalidResponseException
Constructs a new runtime exception with the specified detail message and cause.
InvalidResponseException(Throwable) - 异常错误 的构造器com.github.lianjiatech.retrofit.spring.boot.exception.InvalidResponseException
Constructs a new runtime exception with the specified cause and a detail message of (cause==null ?
isCandidateComponent(AnnotatedBeanDefinition) - 类 中的方法com.github.lianjiatech.retrofit.spring.boot.core.ClassPathRetrofitClientScanner
 
isDisableVoidReturnType() - 类 中的方法com.github.lianjiatech.retrofit.spring.boot.config.RetrofitProperties
 
isEnableBodyCallAdapter() - 类 中的方法com.github.lianjiatech.retrofit.spring.boot.config.RetrofitProperties
 
isEnableLog() - 类 中的方法com.github.lianjiatech.retrofit.spring.boot.config.RetrofitProperties
 
isEnableResponseCallAdapter() - 类 中的方法com.github.lianjiatech.retrofit.spring.boot.config.RetrofitProperties
 
isMatch(String[], String) - 类 中的方法com.github.lianjiatech.retrofit.spring.boot.interceptor.BasePathMatchInterceptor
当前http的url路径是否与指定的patterns匹配 有一个pattern匹配中,就算匹配
isSingleton() - 类 中的方法com.github.lianjiatech.retrofit.spring.boot.core.RetrofitFactoryBean
 

K

keepAliveSecond - 类 中的变量com.github.lianjiatech.retrofit.spring.boot.config.PoolConfig
保活时间,单位为秒

L

logger - 类 中的静态变量com.github.lianjiatech.retrofit.spring.boot.core.ClassPathRetrofitClientScanner
 
logger - 类 中的静态变量com.github.lianjiatech.retrofit.spring.boot.interceptor.DefaultLoggingInterceptor
 
loggingInterceptor - 类 中的变量com.github.lianjiatech.retrofit.spring.boot.config.RetrofitProperties
日志打印拦截器
logLevel - 类 中的变量com.github.lianjiatech.retrofit.spring.boot.interceptor.BaseLoggingInterceptor
日志打印级别
logStrategy - 类 中的变量com.github.lianjiatech.retrofit.spring.boot.interceptor.BaseLoggingInterceptor
日志打印策略
LogStrategy() - 枚举 的构造器com.github.lianjiatech.retrofit.spring.boot.interceptor.BaseLoggingInterceptor.LogStrategy
 

M

maxIdleConnections - 类 中的变量com.github.lianjiatech.retrofit.spring.boot.config.PoolConfig
最大空闲连接

P

pathMatcher - 类 中的变量com.github.lianjiatech.retrofit.spring.boot.interceptor.BasePathMatchInterceptor
 
pool - 类 中的变量com.github.lianjiatech.retrofit.spring.boot.config.RetrofitProperties
连接池配置
PoolConfig - com.github.lianjiatech.retrofit.spring.boot.config中的类
连接池参数配置
PoolConfig(int, long) - 类 的构造器com.github.lianjiatech.retrofit.spring.boot.config.PoolConfig
 
PoolConfig() - 类 的构造器com.github.lianjiatech.retrofit.spring.boot.config.PoolConfig
 
poolRegistry - 类 中的变量com.github.lianjiatech.retrofit.spring.boot.config.RetrofitConfigBean
 
populate(Object, Map<String, ?>) - 类 中的静态方法com.github.lianjiatech.retrofit.spring.boot.util.BeanExtendUtils
使用map填充bean实例的属性值
postProcessBeanDefinitionRegistry(BeanDefinitionRegistry) - 类 中的方法com.github.lianjiatech.retrofit.spring.boot.core.PrototypeInterceptorBdfProcessor
 
postProcessBeanFactory(ConfigurableListableBeanFactory) - 类 中的方法com.github.lianjiatech.retrofit.spring.boot.core.PrototypeInterceptorBdfProcessor
 
processBeanDefinitions(Set<BeanDefinitionHolder>) - 类 中的方法com.github.lianjiatech.retrofit.spring.boot.core.ClassPathRetrofitClientScanner
 
PrototypeInterceptor - com.github.lianjiatech.retrofit.spring.boot.interceptor中的接口
拦截器标记接口 该接口的实现类在spring容器中的scope会自动修改为prototype
prototypeInterceptorBdfProcessor() - 类 中的方法com.github.lianjiatech.retrofit.spring.boot.config.RetrofitProcessorAutoConfiguration
配置 PrototypeInterceptorBdfProcessor 动态修改 PrototypeInterceptor 的`BeanDefinition`中的scope为`prototype`
PrototypeInterceptorBdfProcessor - com.github.lianjiatech.retrofit.spring.boot.core中的类
 
PrototypeInterceptorBdfProcessor() - 类 的构造器com.github.lianjiatech.retrofit.spring.boot.core.PrototypeInterceptorBdfProcessor
 

R

registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - 类 中的方法com.github.lianjiatech.retrofit.spring.boot.core.RetrofitClientRegistrar
 
registerFilters() - 类 中的方法com.github.lianjiatech.retrofit.spring.boot.core.ClassPathRetrofitClientScanner
 
resourceLoader - 类 中的变量com.github.lianjiatech.retrofit.spring.boot.core.RetrofitClientRegistrar
 
ResponseCallAdapter(Type) - 类 的构造器com.github.lianjiatech.retrofit.spring.boot.core.ResponseCallAdapterFactory.ResponseCallAdapter
 
ResponseCallAdapterFactory - com.github.lianjiatech.retrofit.spring.boot.core中的类
同步调用执行,直接返回 #Response 对象
ResponseCallAdapterFactory() - 类 的构造器com.github.lianjiatech.retrofit.spring.boot.core.ResponseCallAdapterFactory
 
ResponseCallAdapterFactory.ResponseCallAdapter<R> - com.github.lianjiatech.retrofit.spring.boot.core中的类
 
responseType() - 类 中的方法com.github.lianjiatech.retrofit.spring.boot.core.BodyCallAdapterFactory.BodyCallAdapter
 
responseType() - 类 中的方法com.github.lianjiatech.retrofit.spring.boot.core.ResponseCallAdapterFactory.ResponseCallAdapter
 
RetrofitAutoConfiguration - com.github.lianjiatech.retrofit.spring.boot.config中的类
 
RetrofitAutoConfiguration() - 类 的构造器com.github.lianjiatech.retrofit.spring.boot.config.RetrofitAutoConfiguration
 
RetrofitClient - com.github.lianjiatech.retrofit.spring.boot.annotation中的注释类型
 
RetrofitClientRegistrar - com.github.lianjiatech.retrofit.spring.boot.core中的类
 
RetrofitClientRegistrar() - 类 的构造器com.github.lianjiatech.retrofit.spring.boot.core.RetrofitClientRegistrar
 
retrofitConfigBean() - 类 中的方法com.github.lianjiatech.retrofit.spring.boot.config.RetrofitAutoConfiguration
 
RetrofitConfigBean - com.github.lianjiatech.retrofit.spring.boot.config中的类
 
RetrofitConfigBean(RetrofitProperties) - 类 的构造器com.github.lianjiatech.retrofit.spring.boot.config.RetrofitConfigBean
 
retrofitConfigBean - 类 中的变量com.github.lianjiatech.retrofit.spring.boot.core.RetrofitFactoryBean
 
RetrofitExecuteIOException - com.github.lianjiatech.retrofit.spring.boot.exception中的异常错误
 
RetrofitExecuteIOException(String) - 异常错误 的构造器com.github.lianjiatech.retrofit.spring.boot.exception.RetrofitExecuteIOException
Constructs a new runtime exception with the specified detail message.
RetrofitExecuteIOException(String, Throwable) - 异常错误 的构造器com.github.lianjiatech.retrofit.spring.boot.exception.RetrofitExecuteIOException
Constructs a new runtime exception with the specified detail message and cause.
RetrofitExecuteIOException(Throwable) - 异常错误 的构造器com.github.lianjiatech.retrofit.spring.boot.exception.RetrofitExecuteIOException
Constructs a new runtime exception with the specified cause and a detail message of (cause==null ?
RetrofitFactoryBean<T> - com.github.lianjiatech.retrofit.spring.boot.core中的类
 
RetrofitFactoryBean(Class<T>) - 类 的构造器com.github.lianjiatech.retrofit.spring.boot.core.RetrofitFactoryBean
 
retrofitInterface - 类 中的变量com.github.lianjiatech.retrofit.spring.boot.core.RetrofitFactoryBean
 
RetrofitProcessorAutoConfiguration - com.github.lianjiatech.retrofit.spring.boot.config中的类
 
RetrofitProcessorAutoConfiguration() - 类 的构造器com.github.lianjiatech.retrofit.spring.boot.config.RetrofitProcessorAutoConfiguration
 
retrofitProperties - 类 中的变量com.github.lianjiatech.retrofit.spring.boot.config.RetrofitAutoConfiguration
 
retrofitProperties - 类 中的变量com.github.lianjiatech.retrofit.spring.boot.config.RetrofitConfigBean
 
RetrofitProperties - com.github.lianjiatech.retrofit.spring.boot.config中的类
 
RetrofitProperties() - 类 的构造器com.github.lianjiatech.retrofit.spring.boot.config.RetrofitProperties
 
retrofitProperties - 类 中的变量com.github.lianjiatech.retrofit.spring.boot.core.RetrofitFactoryBean
 
RetrofitScan - com.github.lianjiatech.retrofit.spring.boot.annotation中的注释类型
 
returnType - 类 中的变量com.github.lianjiatech.retrofit.spring.boot.core.BodyCallAdapterFactory.BodyCallAdapter
 
returnType - 类 中的变量com.github.lianjiatech.retrofit.spring.boot.core.ResponseCallAdapterFactory.ResponseCallAdapter
 

S

setApplicationContext(ApplicationContext) - 类 中的方法com.github.lianjiatech.retrofit.spring.boot.config.RetrofitAutoConfiguration
 
setApplicationContext(ApplicationContext) - 类 中的方法com.github.lianjiatech.retrofit.spring.boot.core.RetrofitFactoryBean
 
setBeanClassLoader(ClassLoader) - 类 中的方法com.github.lianjiatech.retrofit.spring.boot.core.RetrofitClientRegistrar
 
setCallAdapterFactories(List<CallAdapter.Factory>) - 类 中的方法com.github.lianjiatech.retrofit.spring.boot.config.RetrofitConfigBean
 
setConverterFactories(List<Converter.Factory>) - 类 中的方法com.github.lianjiatech.retrofit.spring.boot.config.RetrofitConfigBean
 
setDisableVoidReturnType(boolean) - 类 中的方法com.github.lianjiatech.retrofit.spring.boot.config.RetrofitProperties
 
setEnableBodyCallAdapter(boolean) - 类 中的方法com.github.lianjiatech.retrofit.spring.boot.config.RetrofitProperties
 
setEnableLog(boolean) - 类 中的方法com.github.lianjiatech.retrofit.spring.boot.config.RetrofitProperties
 
setEnableResponseCallAdapter(boolean) - 类 中的方法com.github.lianjiatech.retrofit.spring.boot.config.RetrofitProperties
 
setEnvironment(Environment) - 类 中的方法com.github.lianjiatech.retrofit.spring.boot.core.RetrofitFactoryBean
 
setExclude(String[]) - 类 中的方法com.github.lianjiatech.retrofit.spring.boot.interceptor.BasePathMatchInterceptor
 
setGlobalInterceptors(Collection<BaseGlobalInterceptor>) - 类 中的方法com.github.lianjiatech.retrofit.spring.boot.config.RetrofitConfigBean
 
setHttpExceptionMessageFormatter(Class<? extends BaseHttpExceptionMessageFormatter>) - 类 中的方法com.github.lianjiatech.retrofit.spring.boot.config.RetrofitProperties
 
setHttpExceptionMessageFormatterInterceptor(HttpExceptionMessageFormatterInterceptor) - 类 中的方法com.github.lianjiatech.retrofit.spring.boot.config.RetrofitConfigBean
 
setInclude(String[]) - 类 中的方法com.github.lianjiatech.retrofit.spring.boot.interceptor.BasePathMatchInterceptor
 
setKeepAliveSecond(long) - 类 中的方法com.github.lianjiatech.retrofit.spring.boot.config.PoolConfig
 
setLoggingInterceptor(Class<? extends BaseLoggingInterceptor>) - 类 中的方法com.github.lianjiatech.retrofit.spring.boot.config.RetrofitProperties
 
setMaxIdleConnections(int) - 类 中的方法com.github.lianjiatech.retrofit.spring.boot.config.PoolConfig
 
setPool(Map<String, PoolConfig>) - 类 中的方法com.github.lianjiatech.retrofit.spring.boot.config.RetrofitProperties
 
setPoolRegistry(Map<String, ConnectionPool>) - 类 中的方法com.github.lianjiatech.retrofit.spring.boot.config.RetrofitConfigBean
 
setProperty(Object, String, Object) - 类 中的静态方法com.github.lianjiatech.retrofit.spring.boot.util.BeanExtendUtils
为指定实例对象的指定属性赋值。
setResourceLoader(ResourceLoader) - 类 中的方法com.github.lianjiatech.retrofit.spring.boot.core.RetrofitClientRegistrar
 

V

valueOf(String) - 枚举 中的静态方法com.github.lianjiatech.retrofit.spring.boot.interceptor.BaseLoggingInterceptor.LogStrategy
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法com.github.lianjiatech.retrofit.spring.boot.interceptor.BaseLoggingInterceptor.LogStrategy
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
A B C D E F G H I K L M P R S V 

Copyright © 2020. All rights reserved.