所有程序包的分层结构
程序包分层结构:类分层结构
- java.lang.Object
- net.guerlab.smart.wx.api.feign.autoconfig.FeignAutoConfigure
- net.guerlab.smart.wx.api.feign.factory.FeignWxAppApiFallbackFactory (implements feign.hystrix.FallbackFactory<T>)
- net.guerlab.smart.wx.api.feign.factory.FeignWxCpApiFallbackFactory (implements feign.hystrix.FallbackFactory<T>)
- net.guerlab.smart.wx.api.feign.factory.FeignWxMaApiFallbackFactory (implements feign.hystrix.FallbackFactory<T>)
- net.guerlab.smart.wx.api.feign.factory.FeignWxMaContentSecurityApiFallbackFactory (implements feign.hystrix.FallbackFactory<T>)
- net.guerlab.smart.wx.api.feign.factory.FeignWxMaSubscribeMsgApiFallbackFactory (implements feign.hystrix.FallbackFactory<T>)
- net.guerlab.smart.wx.api.feign.factory.FeignWxMpApiFallbackFactory (implements feign.hystrix.FallbackFactory<T>)
- net.guerlab.smart.wx.api.feign.factory.FeignWxMpTemplateMsgApiFallbackFactory (implements feign.hystrix.FallbackFactory<T>)
- net.guerlab.smart.wx.api.feign.factory.FeignWxUserApiFallbackFactory (implements feign.hystrix.FallbackFactory<T>)
- net.guerlab.smart.wx.api.feign.factory.FeignWxUserLoginLogApiFallbackFactory (implements feign.hystrix.FallbackFactory<T>)
- net.guerlab.smart.wx.api.autoconfig.WxAppApiFeignAutoConfigure
- net.guerlab.smart.wx.api.autoconfig.WxAppApiLocalServiceAutoConfigure
- net.guerlab.smart.wx.api.autoconfig.WxCpApiFeignAutoConfigure
- net.guerlab.smart.wx.api.autoconfig.WxCpApiLocalServiceAutoConfigure
- net.guerlab.smart.wx.api.autoconfig.WxMaApiFeignAutoConfigure
- net.guerlab.smart.wx.api.autoconfig.WxMaApiLocalServiceAutoConfigure
- net.guerlab.smart.wx.api.autoconfig.WxMaContentSecurityApiFeignAutoConfigure
- net.guerlab.smart.wx.api.autoconfig.WxMaContentSecurityApiLocalServiceAutoConfigure
- net.guerlab.smart.wx.api.autoconfig.WxMaSubscribeMsgApiFeignAutoConfigure
- net.guerlab.smart.wx.api.autoconfig.WxMaSubscribeMsgApiLocalServiceAutoConfigure
- net.guerlab.smart.wx.api.autoconfig.WxMpApiFeignAutoConfigure
- net.guerlab.smart.wx.api.autoconfig.WxMpApiLocalServiceAutoConfigure
- net.guerlab.smart.wx.api.autoconfig.WxMpTemplateMsgApiFeignAutoConfigure
- net.guerlab.smart.wx.api.autoconfig.WxMpTemplateMsgApiLocalServiceAutoConfigure
- net.guerlab.smart.wx.api.autoconfig.WxUserApiFeignAutoConfigure
- net.guerlab.smart.wx.api.autoconfig.WxUserApiLocalServiceAutoConfigure
- net.guerlab.smart.wx.api.autoconfig.WxUserLoginLogApiFeignAutoConfigure
- net.guerlab.smart.wx.api.autoconfig.WxUserLoginLogApiLocalServiceAutoConfigure
接口分层结构
- net.guerlab.smart.wx.api.feign.FeignWxAppApi
- net.guerlab.smart.wx.api.feign.FeignWxCpApi
- net.guerlab.smart.wx.api.feign.FeignWxMaApi
- net.guerlab.smart.wx.api.feign.FeignWxMaContentSecurityApi
- net.guerlab.smart.wx.api.feign.FeignWxMaSubscribeMsgApi
- net.guerlab.smart.wx.api.feign.FeignWxMpApi
- net.guerlab.smart.wx.api.feign.FeignWxMpTemplateMsgApi
- net.guerlab.smart.wx.api.feign.FeignWxUserApi
- net.guerlab.smart.wx.api.feign.FeignWxUserLoginLogApi
- net.guerlab.smart.wx.api.WxAppApi
- net.guerlab.smart.wx.api.WxCpApi
- net.guerlab.smart.wx.api.WxMaApi
- net.guerlab.smart.wx.api.WxMaContentSecurityApi
- net.guerlab.smart.wx.api.WxMaSubscribeMsgApi
- net.guerlab.smart.wx.api.WxMpApi
- net.guerlab.smart.wx.api.WxMpTemplateMsgApi
- net.guerlab.smart.wx.api.WxUserApi
- net.guerlab.smart.wx.api.WxUserLoginLogApi