所有程序包的分层结构
程序包分层结构:类分层结构
- java.lang.Object
- xin.manong.weapon.spring.boot.registry.AliyunBeanDefinitionRegistryPostProcessor (implements org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.support.BeanDefinitionRegistryPostProcessor, org.springframework.context.EnvironmentAware)
- xin.manong.weapon.spring.boot.registry.ONSConsumerDefinitionRegistryPostProcessor
- xin.manong.weapon.spring.boot.registry.ONSProducerDefinitionRegistryPostProcessor
- xin.manong.weapon.spring.boot.registry.OSSClientDefinitionRegistryPostProcessor
- xin.manong.weapon.spring.boot.registry.OTSClientDefinitionRegistryPostProcessor
- xin.manong.weapon.spring.boot.registry.OTSTunnelDefinitionRegistryPostProcessor
- xin.manong.weapon.spring.boot.registry.RedisClientDefinitionRegistryPostProcessor
- xin.manong.weapon.spring.boot.config.aliyun.AliyunSecretConfig
- xin.manong.weapon.aliyun.ons.ONSConsumer (implements xin.manong.weapon.base.rebuild.Rebuildable)
- xin.manong.weapon.spring.boot.bean.ONSConsumerBean (implements org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.InitializingBean)
- xin.manong.weapon.aliyun.ots.OTSTunnel (implements xin.manong.weapon.base.rebuild.Rebuildable)
- xin.manong.weapon.spring.boot.bean.OTSTunnelBean (implements org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.InitializingBean)
- xin.manong.weapon.spring.boot.registry.AliyunBeanDefinitionRegistryPostProcessor (implements org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.support.BeanDefinitionRegistryPostProcessor, org.springframework.context.EnvironmentAware)
注释类型分层结构
- xin.manong.weapon.spring.boot.annotation.EnableONSConsumer (implements java.lang.annotation.Annotation)
- xin.manong.weapon.spring.boot.annotation.EnableONSProducer (implements java.lang.annotation.Annotation)
- xin.manong.weapon.spring.boot.annotation.EnableOSSClient (implements java.lang.annotation.Annotation)
- xin.manong.weapon.spring.boot.annotation.EnableOTSClient (implements java.lang.annotation.Annotation)
- xin.manong.weapon.spring.boot.annotation.EnableOTSTunnel (implements java.lang.annotation.Annotation)
- xin.manong.weapon.spring.boot.annotation.EnableRedisClient (implements java.lang.annotation.Annotation)