A B C D E F G H I M O P R S T U V 
所有类 所有程序包

A

afterSingletonsInstantiated() - 类 中的方法me.youm.frame.feign.endpoint.FeignClientEndpoint
 

B

basePackageClasses() - 注释类型 中的方法me.youm.frame.feign.annotation.EnableOpenFeign
Type-safe alternative to EnableOpenFeign.basePackages() for specifying the packages to scan for annotated components.
basePackages() - 注释类型 中的方法me.youm.frame.feign.annotation.EnableOpenFeign
Base packages to scan for annotated components.
beanClassLoader - 类 中的变量org.springframework.cloud.openfeign.ShoreFeignClientsRegistrar
 
beanName - 类 中的变量me.youm.frame.feign.endpoint.FeignClientEndpoint.FeignClientInfo
 

C

cause - 类 中的变量me.youm.frame.feign.fallback.ShoreFeignFallback
 
ClientInfo() - 类 的构造器me.youm.frame.feign.endpoint.FeignClientEndpoint.ClientInfo
 
clientList - 类 中的变量me.youm.frame.feign.endpoint.FeignClientEndpoint
 
clientList - 类 中的变量me.youm.frame.feign.endpoint.FeignClientEndpoint.FeignClientInfo
 
clients() - 注释类型 中的方法me.youm.frame.feign.annotation.EnableOpenFeign
List of classes annotated with @FeignClient.
context - 类 中的变量me.youm.frame.feign.endpoint.FeignClientEndpoint
 
contextId - 类 中的变量me.youm.frame.feign.endpoint.FeignClientEndpoint.FeignClientInfo
 
create(Throwable) - 类 中的方法me.youm.frame.feign.fallback.ShoreFallbackFactory
 

D

defaultConfiguration() - 注释类型 中的方法me.youm.frame.feign.annotation.EnableOpenFeign
A custom @Configuration for all feign clients.

E

EnableOpenFeign - me.youm.frame.feign.annotation中的注释类型
Feign注解
environment - 类 中的变量org.springframework.cloud.openfeign.ShoreFeignClientsRegistrar
 
equals(Object) - 类 中的方法me.youm.frame.feign.fallback.ShoreFeignFallback
 

F

feignClientEndpoint(ApplicationContext) - 类 中的方法me.youm.frame.feign.config.ShoreFeignAutoConfiguration
 
FeignClientEndpoint - me.youm.frame.feign.endpoint中的类
Feign client 端点
FeignClientEndpoint(ApplicationContext) - 类 的构造器me.youm.frame.feign.endpoint.FeignClientEndpoint
 
FeignClientEndpoint.ClientInfo - me.youm.frame.feign.endpoint中的类
 
FeignClientEndpoint.FeignClientInfo - me.youm.frame.feign.endpoint中的类
 
FeignClientInfo() - 类 的构造器me.youm.frame.feign.endpoint.FeignClientEndpoint.FeignClientInfo
 
FeignInterceptorConfiguration - me.youm.frame.feign.config中的类
feign拦截器
FeignInterceptorConfiguration() - 类 的构造器me.youm.frame.feign.config.FeignInterceptorConfiguration
 

G

getClientList(ApplicationContext) - 类 中的静态方法me.youm.frame.feign.endpoint.FeignClientEndpoint
 
getClientName(Map<String, Object>) - 类 中的方法org.springframework.cloud.openfeign.ShoreFeignClientsRegistrar
 
getContextId(Map<String, Object>) - 类 中的方法org.springframework.cloud.openfeign.ShoreFeignClientsRegistrar
 
getName(Map<String, Object>) - 类 中的方法org.springframework.cloud.openfeign.ShoreFeignClientsRegistrar
 
getPath(Map<String, Object>) - 类 中的方法org.springframework.cloud.openfeign.ShoreFeignClientsRegistrar
 
getQualifier(Map<String, Object>) - 类 中的方法org.springframework.cloud.openfeign.ShoreFeignClientsRegistrar
 
getSpringFactoriesLoaderFactoryClass() - 类 中的方法org.springframework.cloud.openfeign.ShoreFeignClientsRegistrar
Return the class used by SpringFactoriesLoader to load configuration candidates.
getUrl(Map<String, Object>) - 类 中的方法org.springframework.cloud.openfeign.ShoreFeignClientsRegistrar
 

H

hashCode() - 类 中的方法me.youm.frame.feign.fallback.ShoreFeignFallback
 

I

intercept(Object, Method, Object[], MethodProxy) - 类 中的方法me.youm.frame.feign.fallback.ShoreFeignFallback
 
invoke() - 类 中的方法me.youm.frame.feign.endpoint.FeignClientEndpoint
 

M

mappings - 类 中的变量me.youm.frame.feign.endpoint.FeignClientEndpoint.ClientInfo
 
me.youm.frame.feign.annotation - 程序包 me.youm.frame.feign.annotation
 
me.youm.frame.feign.config - 程序包 me.youm.frame.feign.config
 
me.youm.frame.feign.endpoint - 程序包 me.youm.frame.feign.endpoint
 
me.youm.frame.feign.fallback - 程序包 me.youm.frame.feign.fallback
 
methods - 类 中的变量me.youm.frame.feign.endpoint.FeignClientEndpoint.ClientInfo
 

O

org.springframework.cloud.openfeign - 程序包 org.springframework.cloud.openfeign
 

P

path - 类 中的变量me.youm.frame.feign.endpoint.FeignClientEndpoint.FeignClientInfo
 

R

registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - 类 中的方法org.springframework.cloud.openfeign.ShoreFeignClientsRegistrar
 
registerClientConfiguration(BeanDefinitionRegistry, Object, Object) - 类 中的方法org.springframework.cloud.openfeign.ShoreFeignClientsRegistrar
 
registerFeignClients(BeanDefinitionRegistry) - 类 中的方法org.springframework.cloud.openfeign.ShoreFeignClientsRegistrar
 
requestInterceptor() - 类 中的方法me.youm.frame.feign.config.FeignInterceptorConfiguration
使用feign client发送请求时,传递traceId
resolve(String) - 类 中的方法org.springframework.cloud.openfeign.ShoreFeignClientsRegistrar
 

S

serviceId - 类 中的变量me.youm.frame.feign.endpoint.FeignClientEndpoint.FeignClientInfo
 
setBeanClassLoader(ClassLoader) - 类 中的方法org.springframework.cloud.openfeign.ShoreFeignClientsRegistrar
 
setEnvironment(Environment) - 类 中的方法org.springframework.cloud.openfeign.ShoreFeignClientsRegistrar
 
ShoreFallbackFactory<T> - me.youm.frame.feign.fallback中的类
默认fallback,减少必要的编写fallback类
ShoreFallbackFactory() - 类 的构造器me.youm.frame.feign.fallback.ShoreFallbackFactory
 
ShoreFeignAutoConfiguration - me.youm.frame.feign.config中的类
Feign配置类
ShoreFeignAutoConfiguration() - 类 的构造器me.youm.frame.feign.config.ShoreFeignAutoConfiguration
 
ShoreFeignClientsRegistrar - org.springframework.cloud.openfeign中的类
 
ShoreFeignClientsRegistrar() - 类 的构造器org.springframework.cloud.openfeign.ShoreFeignClientsRegistrar
 
ShoreFeignFallback<T> - me.youm.frame.feign.fallback中的类
fallback 代理处理
ShoreFeignFallback() - 类 的构造器me.youm.frame.feign.fallback.ShoreFeignFallback
 

T

target - 类 中的变量me.youm.frame.feign.fallback.ShoreFallbackFactory
 
targetName - 类 中的变量me.youm.frame.feign.fallback.ShoreFeignFallback
 
targetType - 类 中的变量me.youm.frame.feign.fallback.ShoreFeignFallback
 

U

url - 类 中的变量me.youm.frame.feign.endpoint.FeignClientEndpoint.FeignClientInfo
 

V

validate(Map<String, Object>) - 类 中的方法org.springframework.cloud.openfeign.ShoreFeignClientsRegistrar
 
value() - 注释类型 中的方法me.youm.frame.feign.annotation.EnableOpenFeign
Alias for the EnableOpenFeign.basePackages() attribute.
A B C D E F G H I M O P R S T U V 
所有类 所有程序包