所有程序包的分层结构
程序包分层结构:类分层结构
- java.lang.Object
- me.youm.frame.feign.endpoint.FeignClientEndpoint (implements org.springframework.beans.factory.SmartInitializingSingleton)
- me.youm.frame.feign.endpoint.FeignClientEndpoint.ClientInfo
- me.youm.frame.feign.endpoint.FeignClientEndpoint.FeignClientInfo
- me.youm.frame.feign.config.FeignInterceptorConfiguration
- me.youm.frame.feign.fallback.ShoreFallbackFactory<T> (implements org.springframework.cloud.openfeign.FallbackFactory<T>)
- me.youm.frame.feign.config.ShoreFeignAutoConfiguration
- org.springframework.cloud.openfeign.ShoreFeignClientsRegistrar (implements org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.context.EnvironmentAware, org.springframework.context.annotation.ImportBeanDefinitionRegistrar)
- me.youm.frame.feign.fallback.ShoreFeignFallback<T> (implements org.springframework.cglib.proxy.MethodInterceptor)
注释类型分层结构
- me.youm.frame.feign.annotation.EnableOpenFeign (implements java.lang.annotation.Annotation)