所有程序包的分层结构
程序包分层结构:- cool.doudou.doudada.wechat.annotation,
- cool.doudou.doudada.wechat.auto.configuration,
- cool.doudou.doudada.wechat.config,
- cool.doudou.doudada.wechat.core,
- cool.doudou.doudada.wechat.core.api,
- cool.doudou.doudada.wechat.core.entity,
- cool.doudou.doudada.wechat.core.entity.xml,
- cool.doudou.doudada.wechat.core.entity.xml.msg,
- cool.doudou.doudada.wechat.core.factory,
- cool.doudou.doudada.wechat.core.helper,
- cool.doudou.doudada.wechat.core.method,
- cool.doudou.doudada.wechat.core.processor,
- cool.doudou.doudada.wechat.core.util,
- cool.doudou.doudada.wechat.properties,
- cool.doudou.doudada.wechat.rest.service
类分层结构
- java.lang.Object
- cool.doudou.doudada.wechat.core.Constant
- cool.doudou.doudada.wechat.core.entity.Credential
- cool.doudou.doudada.wechat.core.util.HttpUtil
- cool.doudou.doudada.wechat.core.entity.xml.msg.ImgTextArticle
- cool.doudou.doudada.wechat.core.entity.xml.msg.ImgTextItem
- cool.doudou.doudada.wechat.core.entity.xml.msg.ImgTextMsg
- cool.doudou.doudada.wechat.core.entity.JsSignature
- cool.doudou.doudada.wechat.core.factory.MethodFactory
- cool.doudou.doudada.wechat.core.method.NotifyMethod
- cool.doudou.doudada.wechat.core.method.OAuth2Method
- cool.doudou.doudada.wechat.core.factory.OkHttpFactory
- cool.doudou.doudada.wechat.core.entity.xml.ReceiveMsg
- cool.doudou.doudada.wechat.core.helper.ReplyMsgHelper
- cool.doudou.doudada.wechat.core.util.SignUtil
- cool.doudou.doudada.wechat.core.entity.xml.msg.TextMsg
- cool.doudou.doudada.wechat.core.util.ThreadPoolUtil
- cool.doudou.doudada.wechat.core.helper.TokenHelper
- cool.doudou.doudada.wechat.core.factory.TokenMapFactory
- cool.doudou.doudada.wechat.core.api.WechatApi
- cool.doudou.doudada.wechat.auto.configuration.WechatAutoConfiguration
- cool.doudou.doudada.wechat.config.WechatConfig
- cool.doudou.doudada.wechat.core.processor.WechatNotifyBeanPostProcessor (implements org.springframework.beans.factory.config.BeanPostProcessor)
- cool.doudou.doudada.wechat.core.processor.WechatOAuth2BeanPostProcessor (implements org.springframework.beans.factory.config.BeanPostProcessor)
- cool.doudou.doudada.wechat.properties.WechatProperties
- cool.doudou.doudada.wechat.rest.service.WechatService
- cool.doudou.doudada.wechat.core.util.XmlUtil
注释类型分层结构
- cool.doudou.doudada.wechat.annotation.WechatNotify (implements java.lang.annotation.Annotation)
- cool.doudou.doudada.wechat.annotation.WechatOAuth2 (implements java.lang.annotation.Annotation)