所有程序包的分层结构
程序包分层结构:- xin.manong.weapon.spring.boot.annotation,
- xin.manong.weapon.spring.boot.autoconfigure,
- xin.manong.weapon.spring.boot.bean,
- xin.manong.weapon.spring.boot.config.aliyun,
- xin.manong.weapon.spring.boot.registry,
- xin.manong.weapon.spring.web,
- xin.manong.weapon.spring.web.ws.aspect,
- xin.manong.weapon.spring.web.ws.filter,
- xin.manong.weapon.spring.web.ws.handler
类分层结构
- 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.DataHubClientDefinitionRegistryPostProcessor
- xin.manong.weapon.spring.boot.registry.LogClientDefinitionRegistryPostProcessor
- 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.spring.boot.autoconfigure.DataHubClientMapConfig
- xin.manong.weapon.spring.web.ws.handler.ExceptionHandler (implements javax.ws.rs.ext.ExceptionMapper<E>)
- xin.manong.weapon.spring.boot.autoconfigure.LogClientMapConfig
- 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.spring.boot.autoconfigure.ONSConsumerMapConfig
- xin.manong.weapon.spring.boot.autoconfigure.ONSProducerMapConfig
- xin.manong.weapon.spring.boot.autoconfigure.OSSClientMapConfig
- xin.manong.weapon.spring.boot.autoconfigure.OTSClientMapConfig
- 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.autoconfigure.OTSTunnelMapConfig
- xin.manong.weapon.spring.boot.autoconfigure.RedisClientConfig
- xin.manong.weapon.spring.boot.autoconfigure.RedisClientMapConfig
- xin.manong.weapon.spring.web.ws.aspect.WebAspectConstants
- xin.manong.weapon.spring.web.ws.aspect.WebLogAspect
- xin.manong.weapon.spring.web.WebResponse<T>
- xin.manong.weapon.spring.web.WebResponse.Builder
- xin.manong.weapon.spring.web.ws.filter.WebResponseFilter (implements javax.ws.rs.container.ContainerResponseFilter)
- 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.EnableDataHubClient (implements java.lang.annotation.Annotation)
- xin.manong.weapon.spring.boot.annotation.EnableLogClient (implements java.lang.annotation.Annotation)
- 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)
- xin.manong.weapon.spring.web.ws.aspect.EnableWebLogAspect (implements java.lang.annotation.Annotation)