Class Hierarchy
- java.lang.Object
- org.springframework.http.client.AbstractClientHttpResponse (implements org.springframework.http.client.ClientHttpResponse)
- org.springframework.http.converter.AbstractHttpMessageConverter<T> (implements org.springframework.http.converter.HttpMessageConverter<T>)
- org.springframework.http.converter.xml.AbstractXmlHttpMessageConverter<T>
- org.springframework.http.converter.xml.AbstractJaxb2HttpMessageConverter<T>
- org.springframework.http.converter.xml.Jaxb2RootElementHttpMessageConverter
- org.springframework.http.converter.ResourceHttpMessageConverter
- com.mxixm.fastboot.weixin.service.invoker.common.WxHttpInputMessageConverter
- java.util.AbstractMap<K,V> (implements java.util.Map<K,V>)
- com.mxixm.fastboot.weixin.util.CacheMap<K,V>
- com.mxixm.fastboot.weixin.module.credential.AbstractMemoryCredentialStore (implements com.mxixm.fastboot.weixin.module.credential.WxCredentialStore)
- org.springframework.web.method.annotation.AbstractNamedValueMethodArgumentResolver (implements org.springframework.web.method.support.HandlerMethodArgumentResolver)
- org.springframework.web.servlet.mvc.condition.AbstractRequestCondition<T> (implements org.springframework.web.servlet.mvc.condition.RequestCondition<T>)
- org.springframework.core.io.AbstractResource (implements org.springframework.core.io.Resource)
- com.mxixm.fastboot.weixin.service.invoker.contributor.AbstractWxApiRequestContributor<T> (implements org.springframework.web.method.support.UriComponentsContributor)
- com.mxixm.fastboot.weixin.service.invoker.contributor.WxApiParamContributor
- com.mxixm.fastboot.weixin.service.invoker.contributor.WxApiPathContributor (implements org.springframework.web.method.support.UriComponentsContributor)
- com.mxixm.fastboot.weixin.module.credential.AbstractWxCredentialManager
- com.mxixm.fastboot.weixin.module.credential.WxJsTicketManager
- com.mxixm.fastboot.weixin.module.credential.WxTokenManager (implements org.springframework.beans.factory.InitializingBean)
- com.mxixm.fastboot.weixin.module.message.processor.AbstractWxMessageBodyProcessor<B> (implements com.mxixm.fastboot.weixin.module.message.WxMessageProcessor<T>)
- com.mxixm.fastboot.weixin.module.message.support.AbstractWxMessageReturnValueHandler (implements org.springframework.web.method.support.HandlerMethodReturnValueHandler)
- org.springframework.context.support.ApplicationObjectSupport (implements org.springframework.context.ApplicationContextAware)
- org.springframework.web.context.support.WebApplicationObjectSupport (implements org.springframework.web.context.ServletContextAware)
- org.springframework.web.servlet.handler.AbstractHandlerMapping (implements org.springframework.web.servlet.HandlerMapping, org.springframework.core.Ordered)
- org.springframework.web.servlet.handler.AbstractHandlerMethodMapping<T> (implements org.springframework.beans.factory.InitializingBean)
- com.mxixm.fastboot.weixin.mvc.annotation.WxMappingHandlerMapping (implements org.springframework.beans.factory.InitializingBean)
- com.mxixm.fastboot.weixin.util.CacheMap.Builder<K,V>
- com.mxixm.fastboot.weixin.util.CryptUtils
- com.mxixm.fastboot.weixin.module.menu.DefaultWxButtonEventKeyStrategy (implements com.mxixm.fastboot.weixin.module.menu.WxButtonEventKeyStrategy)
- com.mxixm.fastboot.weixin.module.credential.DefaultWxJsTicketPart (implements com.mxixm.fastboot.weixin.module.credential.WxJsTicketPart)
- com.mxixm.fastboot.weixin.module.web.session.DefaultWxSession (implements java.io.Serializable, com.mxixm.fastboot.weixin.module.web.session.WxSession)
- com.mxixm.fastboot.weixin.module.web.session.DefaultWxSessionIdGenerator (implements com.mxixm.fastboot.weixin.module.web.session.WxSessionIdGenerator)
- com.mxixm.fastboot.weixin.module.web.session.DefaultWxSessionManager (implements org.springframework.beans.factory.InitializingBean, com.mxixm.fastboot.weixin.module.web.session.WxSessionManager)
- com.mxixm.fastboot.weixin.support.DefaultWxUserProvider (implements com.mxixm.fastboot.weixin.module.user.WxUserProvider<T>)
- com.mxixm.fastboot.weixin.module.message.parameter.HttpRequestMessageParameter (implements com.mxixm.fastboot.weixin.module.message.parameter.WxMessageParameter)
- java.io.InputStream (implements java.io.Closeable)
- com.mxixm.fastboot.weixin.support.MapDbWxMediaStore (implements org.springframework.beans.factory.InitializingBean, com.mxixm.fastboot.weixin.module.media.WxMediaStore)
- com.mxixm.fastboot.weixin.module.media.MediaQuery
- com.mxixm.fastboot.weixin.module.media.MediaQuery.MediaQueryBuilder
- java.lang.Throwable (implements java.io.Serializable)
- com.mxixm.fastboot.weixin.util.WildcardUtils
- com.mxixm.fastboot.weixin.module.Wx
- com.mxixm.fastboot.weixin.module.Wx.Environment
- com.mxixm.fastboot.weixin.module.credential.WxAccessToken (implements com.mxixm.fastboot.weixin.module.credential.WxCredential)
- com.mxixm.fastboot.weixin.service.invoker.executor.WxApiExecutor
- com.mxixm.fastboot.weixin.service.invoker.component.WxApiHttpRequest (implements org.springframework.http.client.ClientHttpRequest)
- com.mxixm.fastboot.weixin.service.invoker.component.WxApiHttpRequestFactory (implements org.springframework.http.client.ClientHttpRequestFactory)
- com.mxixm.fastboot.weixin.service.invoker.executor.WxApiMessageConverterExtractor<T> (implements com.mxixm.fastboot.weixin.service.invoker.executor.WxResponseExtractor<T>)
- com.mxixm.fastboot.weixin.service.invoker.WxApiMethodInfo
- com.mxixm.fastboot.weixin.service.invoker.executor.WxApiResponseExtractor
- com.mxixm.fastboot.weixin.service.invoker.executor.WxApiTemplate
- com.mxixm.fastboot.weixin.service.invoker.WxApiTypeInfo
- com.mxixm.fastboot.weixin.util.WxAppAssert
- com.mxixm.fastboot.weixin.mvc.method.WxAsyncHandlerFactory
- com.mxixm.fastboot.weixin.config.message.WxAsyncMessageConfiguration
- com.mxixm.fastboot.weixin.module.message.support.WxAsyncMessageTemplate (implements org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean)
- com.mxixm.fastboot.weixin.mvc.method.WxAsyncMethodInterceptor (implements org.aopalliance.intercept.MethodInterceptor)
- com.mxixm.fastboot.weixin.service.WxBaseService
- com.mxixm.fastboot.weixin.common.WxBeans
- com.mxixm.fastboot.weixin.util.WxBeanUtils
- com.mxixm.fastboot.weixin.service.invoker.common.WxBufferingInputMessageWrapper (implements java.io.Closeable, org.springframework.http.HttpInputMessage)
- com.mxixm.fastboot.weixin.config.server.WxBuildinMvcConfiguration (implements org.springframework.context.annotation.ImportAware)
- com.mxixm.fastboot.weixin.config.server.WxBuildinMvcConfiguration.WxMvcAdapterCustomer (implements org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.InitializingBean)
- com.mxixm.fastboot.weixin.config.server.WxBuildinMvcConfiguration.WxMvcConfigurer (implements org.springframework.core.Ordered, org.springframework.web.servlet.config.annotation.WebMvcConfigurer)
- com.mxixm.fastboot.weixin.service.WxBuildinVerifyService
- com.mxixm.fastboot.weixin.module.menu.WxButtonItem
- com.mxixm.fastboot.weixin.module.menu.WxButtonItem.Builder
- com.mxixm.fastboot.weixin.module.extend.WxCard
- com.mxixm.fastboot.weixin.module.extend.WxCard.Card
- com.mxixm.fastboot.weixin.module.extend.WxCard.Card.AdvancedInfo
- com.mxixm.fastboot.weixin.module.extend.WxCard.Card.AdvancedInfo.Abstracts
- com.mxixm.fastboot.weixin.module.extend.WxCard.Card.AdvancedInfo.TextImage
- com.mxixm.fastboot.weixin.module.extend.WxCard.Card.AdvancedInfo.TimeLimit
- com.mxixm.fastboot.weixin.module.extend.WxCard.Card.AdvancedInfo.UseCondition
- com.mxixm.fastboot.weixin.module.extend.WxCard.Card.BaseInfo
- com.mxixm.fastboot.weixin.module.extend.WxCard.Card.BaseInfo.DateInfo
- com.mxixm.fastboot.weixin.module.extend.WxCard.Card.BaseInfo.Sku
- com.mxixm.fastboot.weixin.module.extend.WxCard.Card.Body
- com.mxixm.fastboot.weixin.module.extend.WxCard.CardSelector
- com.mxixm.fastboot.weixin.module.extend.WxCard.ListSelector
- com.mxixm.fastboot.weixin.module.extend.WxCard.Result
- com.mxixm.fastboot.weixin.module.extend.WxCard.WhiteList
- com.mxixm.fastboot.weixin.module.extend.WxCard.WhiteList.Builder
- com.mxixm.fastboot.weixin.util.WxContextUtils (implements org.springframework.context.ApplicationListener<E>, org.springframework.core.Ordered)
- com.mxixm.fastboot.weixin.config.credential.WxCredentialConfiguration
- com.mxixm.fastboot.weixin.module.event.WxEvent
- com.mxixm.fastboot.weixin.service.WxExtendService
- com.mxixm.fastboot.weixin.module.message.WxGroupMessage.Filter
- com.mxixm.fastboot.weixin.module.message.WxGroupMessage.GroupMessageBuilder
- com.mxixm.fastboot.weixin.module.message.WxGroupMessage.Result
- com.mxixm.fastboot.weixin.module.message.WxGroupMessageProcessor (implements com.mxixm.fastboot.weixin.module.message.WxMessageProcessor<T>)
- com.mxixm.fastboot.weixin.config.invoker.WxInvokerConfiguration
- com.mxixm.fastboot.weixin.service.invoker.WxInvokerProxyFactoryBean<T> (implements org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.FactoryBean<T>, org.springframework.beans.factory.InitializingBean, org.aopalliance.intercept.MethodInterceptor)
- com.mxixm.fastboot.weixin.service.invoker.common.WxJaxb2RootElementHttpMessageConverter.CDataCharacterEscapeHandler (implements com.sun.xml.internal.bind.marshaller.CharacterEscapeHandler)
- com.mxixm.fastboot.weixin.module.js.WxJsConfig
- com.mxixm.fastboot.weixin.module.js.WxJsConfig.Builder
- com.mxixm.fastboot.weixin.module.adapter.WxJsonAdapters
- com.mxixm.fastboot.weixin.module.adapter.WxJsonAdapters.WxBooleanIntConverter (implements com.fasterxml.jackson.databind.util.Converter<IN,OUT>)
- com.mxixm.fastboot.weixin.module.adapter.WxJsonAdapters.WxIntDateConverter (implements com.fasterxml.jackson.databind.util.Converter<IN,OUT>)
- com.mxixm.fastboot.weixin.module.adapter.WxJsonAdapters.WxStringColorConverter (implements com.fasterxml.jackson.databind.util.Converter<IN,OUT>)
- com.mxixm.fastboot.weixin.mvc.method.WxMappingHandlerMethodNamingStrategy (implements org.springframework.web.servlet.handler.HandlerMethodMappingNamingStrategy<T>)
- com.mxixm.fastboot.weixin.mvc.method.WxMappingInfo (implements org.springframework.web.servlet.mvc.condition.RequestCondition<T>)
- com.mxixm.fastboot.weixin.mvc.method.WxMappingInfo.BuilderConfiguration
- com.mxixm.fastboot.weixin.module.media.WxMedia
- com.mxixm.fastboot.weixin.module.media.WxMedia.Article
- com.mxixm.fastboot.weixin.module.media.WxMedia.Article.Builder
- com.mxixm.fastboot.weixin.module.media.WxMedia.Count
- com.mxixm.fastboot.weixin.module.media.WxMedia.ImageResult (implements com.mxixm.fastboot.weixin.module.media.WxMedia.Result)
- com.mxixm.fastboot.weixin.module.media.WxMedia.MediaResult (implements com.mxixm.fastboot.weixin.module.media.WxMedia.Result)
- com.mxixm.fastboot.weixin.module.media.WxMedia.New
- com.mxixm.fastboot.weixin.module.media.WxMedia.New.Builder
- com.mxixm.fastboot.weixin.module.media.WxMedia.News
- com.mxixm.fastboot.weixin.module.media.WxMedia.News.Builder
- com.mxixm.fastboot.weixin.module.media.WxMedia.NewsResult (implements com.mxixm.fastboot.weixin.module.media.WxMedia.Result)
- com.mxixm.fastboot.weixin.module.media.WxMedia.TempMediaResult (implements com.mxixm.fastboot.weixin.module.media.WxMedia.Result)
- com.mxixm.fastboot.weixin.module.media.WxMedia.Video (implements java.io.Serializable)
- com.mxixm.fastboot.weixin.module.media.WxMedia.Video.Builder
- com.mxixm.fastboot.weixin.config.media.WxMediaConfiguration
- com.mxixm.fastboot.weixin.module.media.WxMediaManager
- com.mxixm.fastboot.weixin.mvc.advice.WxMediaResponseBodyAdvice (implements org.springframework.core.Ordered, org.springframework.web.servlet.mvc.method.annotation.ResponseBodyAdvice<T>)
- com.mxixm.fastboot.weixin.util.WxMediaUtils
- com.mxixm.fastboot.weixin.module.menu.WxMenuAnnotationProcessor (implements org.springframework.beans.factory.config.BeanPostProcessor)
- com.mxixm.fastboot.weixin.module.menu.WxMenuManager (implements org.springframework.context.ApplicationListener<E>, org.springframework.context.EnvironmentAware)
- com.mxixm.fastboot.weixin.module.menu.WxMenuManager.WxMenu
- com.mxixm.fastboot.weixin.module.menu.WxMenuManager.WxMenus
- com.mxixm.fastboot.weixin.module.message.WxMessage<T>
- com.mxixm.fastboot.weixin.module.message.WxMessage.Builder<B,M>
- com.mxixm.fastboot.weixin.module.message.WxMessage.Image
- com.mxixm.fastboot.weixin.module.message.WxMessage.MiniProgram
- com.mxixm.fastboot.weixin.module.message.WxMessage.MpNews
- com.mxixm.fastboot.weixin.module.message.WxMessage.Music
- com.mxixm.fastboot.weixin.module.message.WxMessage.News
- com.mxixm.fastboot.weixin.module.message.WxMessage.Status
- com.mxixm.fastboot.weixin.module.message.WxMessage.Template
- com.mxixm.fastboot.weixin.module.message.WxMessage.Text
- com.mxixm.fastboot.weixin.module.message.WxMessage.Video
- com.mxixm.fastboot.weixin.module.message.WxMessage.Voice
- com.mxixm.fastboot.weixin.module.message.WxMessage.WxCard
- com.mxixm.fastboot.weixin.module.message.WxMessageBody
- com.mxixm.fastboot.weixin.module.message.WxMessageBody.News.Item
- com.mxixm.fastboot.weixin.module.message.WxMessageBody.News.Item.Builder
- com.mxixm.fastboot.weixin.module.message.WxMessageBody.Template.TemplateData
- com.mxixm.fastboot.weixin.module.message.processor.WxMessageProcessorChain (implements com.mxixm.fastboot.weixin.module.message.WxMessageProcessor<T>)
- com.mxixm.fastboot.weixin.mvc.advice.WxMessageResponseBodyAdvice (implements org.springframework.core.Ordered, org.springframework.web.servlet.mvc.method.annotation.ResponseBodyAdvice<T>)
- com.mxixm.fastboot.weixin.module.message.WxMessageTemplate
- com.mxixm.fastboot.weixin.util.WxMessageUtils
- com.mxixm.fastboot.weixin.service.invoker.common.WxMultipartFile (implements org.springframework.web.multipart.MultipartFile, java.io.Serializable)
- com.mxixm.fastboot.weixin.web.WxOAuth2Callback.WxOAuth2Context
- com.mxixm.fastboot.weixin.web.WxOAuth2Interceptor (implements org.springframework.web.servlet.HandlerInterceptor)
- com.mxixm.fastboot.weixin.config.WxProperties (implements org.springframework.beans.factory.InitializingBean)
- com.mxixm.fastboot.weixin.config.WxProperties.Invoker
- com.mxixm.fastboot.weixin.config.WxProperties.Message
- com.mxixm.fastboot.weixin.config.WxProperties.Mvc
- com.mxixm.fastboot.weixin.config.WxProperties.Mvc.Interceptor
- com.mxixm.fastboot.weixin.config.WxProperties.Server
- com.mxixm.fastboot.weixin.config.WxProperties.System
- com.mxixm.fastboot.weixin.config.WxProperties.Url
- com.mxixm.fastboot.weixin.module.extend.WxQrCode
- com.mxixm.fastboot.weixin.module.extend.WxQrCode.ActionInfo
- com.mxixm.fastboot.weixin.module.extend.WxQrCode.ActionInfo.Card
- com.mxixm.fastboot.weixin.module.extend.WxQrCode.ActionInfo.Scene
- com.mxixm.fastboot.weixin.module.extend.WxQrCode.Builder
- com.mxixm.fastboot.weixin.module.extend.WxQrCode.Result
- com.mxixm.fastboot.weixin.util.WxRedirect
- com.mxixm.fastboot.weixin.util.WxRedirect.Builder
- com.mxixm.fastboot.weixin.util.WxRedirectUtils
- com.mxixm.fastboot.weixin.module.web.WxRequest
- com.mxixm.fastboot.weixin.module.web.WxRequest.Body
- com.mxixm.fastboot.weixin.module.web.WxRequest.Body.ScanCodeInfo
- com.mxixm.fastboot.weixin.module.web.WxRequest.Body.SendLocationInfo
- com.mxixm.fastboot.weixin.module.web.WxRequest.Body.SendPicsInfo
- com.mxixm.fastboot.weixin.module.web.WxRequest.Body.SendPicsInfo.Item
- com.mxixm.fastboot.weixin.module.web.WxRequestBody
- com.mxixm.fastboot.weixin.module.message.parameter.WxRequestMessageParameter (implements com.mxixm.fastboot.weixin.module.message.parameter.WxMessageParameter)
- com.mxixm.fastboot.weixin.service.invoker.handler.WxResponseErrorHandler (implements org.springframework.web.client.ResponseErrorHandler)
- com.mxixm.fastboot.weixin.module.extend.WxShortUrl
- com.mxixm.fastboot.weixin.module.extend.WxShortUrl.Builder
- com.mxixm.fastboot.weixin.module.extend.WxShortUrl.Result
- com.mxixm.fastboot.weixin.mvc.advice.WxStringResponseBodyAdvice (implements org.springframework.core.Ordered, org.springframework.web.servlet.mvc.method.annotation.ResponseBodyAdvice<T>)
- com.mxixm.fastboot.weixin.module.user.WxTag
- com.mxixm.fastboot.weixin.module.user.WxTag.Tag
- com.mxixm.fastboot.weixin.module.user.WxTag.TagList
- com.mxixm.fastboot.weixin.module.user.WxTagUser
- com.mxixm.fastboot.weixin.module.user.WxTagUser.TagIdList
- com.mxixm.fastboot.weixin.module.user.WxTagUser.UserList
- com.mxixm.fastboot.weixin.module.user.WxTagUser.UserList.Data
- com.mxixm.fastboot.weixin.module.message.WxTemplateMessage.MiniProgram
- com.mxixm.fastboot.weixin.module.message.WxTemplateMessage.Result
- com.mxixm.fastboot.weixin.module.message.WxTemplateMessage.TemplateMessageBuilder
- com.mxixm.fastboot.weixin.module.message.WxTemplateMessageProcessor (implements com.mxixm.fastboot.weixin.module.message.WxMessageProcessor<T>)
- com.mxixm.fastboot.weixin.module.credential.WxTicket (implements com.mxixm.fastboot.weixin.module.credential.WxCredential)
- com.mxixm.fastboot.weixin.util.WxUrlUtils
- com.mxixm.fastboot.weixin.module.user.WxUser
- com.mxixm.fastboot.weixin.web.WxUserManager
- com.mxixm.fastboot.weixin.module.message.WxUserMessage.UserMessageBuilder
- com.mxixm.fastboot.weixin.module.message.WxUserMessageProcessor (implements com.mxixm.fastboot.weixin.module.message.WxMessageProcessor<T>)
- com.mxixm.fastboot.weixin.config.server.WxWebConfiguration
- com.mxixm.fastboot.weixin.web.WxWebUser (implements java.io.Serializable)
- com.mxixm.fastboot.weixin.util.WxWebUtils
- com.mxixm.fastboot.weixin.module.adapter.WxXmlAdapters
- javax.xml.bind.annotation.adapters.XmlAdapter<ValueType,BoundType>
Interface Hierarchy
Annotation Type Hierarchy
Enum Hierarchy
Copyright © 2018 Guangshan Technology, Inc.. All rights reserved.