跳过导航链接
A C G P R V W 

A

AbstractWxOpenConfiguration - com.binarywang.spring.starter.wxjava.open.configuration.services中的类
WxOpenConfigStorage 抽象配置类
AbstractWxOpenConfiguration() - 类 的构造器com.binarywang.spring.starter.wxjava.open.configuration.services.AbstractWxOpenConfiguration
 
addWxOpenService(String, WxOpenService) - 类 中的方法com.binarywang.spring.starter.wxjava.open.service.WxOpenMultiServicesImpl
根据租户 Id,添加一个 WxOpenService 到列表

C

com.binarywang.spring.starter.wxjava.open.autoconfigure - 程序包 com.binarywang.spring.starter.wxjava.open.autoconfigure
 
com.binarywang.spring.starter.wxjava.open.configuration - 程序包 com.binarywang.spring.starter.wxjava.open.configuration
 
com.binarywang.spring.starter.wxjava.open.configuration.services - 程序包 com.binarywang.spring.starter.wxjava.open.configuration.services
 
com.binarywang.spring.starter.wxjava.open.properties - 程序包 com.binarywang.spring.starter.wxjava.open.properties
 
com.binarywang.spring.starter.wxjava.open.service - 程序包 com.binarywang.spring.starter.wxjava.open.service
 
ConfigStorage() - 类 的构造器com.binarywang.spring.starter.wxjava.open.properties.WxOpenMultiProperties.ConfigStorage
 

G

getWxOpenService(String) - 接口 中的方法com.binarywang.spring.starter.wxjava.open.service.WxOpenMultiServices
通过租户 Id 获取 WxOpenService
getWxOpenService(String) - 类 中的方法com.binarywang.spring.starter.wxjava.open.service.WxOpenMultiServicesImpl
 

P

PREFIX - 类 中的静态变量com.binarywang.spring.starter.wxjava.open.properties.WxOpenMultiProperties
 

R

removeWxOpenService(String) - 接口 中的方法com.binarywang.spring.starter.wxjava.open.service.WxOpenMultiServices
根据租户 Id,从列表中移除一个 WxOpenService 实例
removeWxOpenService(String) - 类 中的方法com.binarywang.spring.starter.wxjava.open.service.WxOpenMultiServicesImpl
 

V

valueOf(String) - 枚举 中的静态方法com.binarywang.spring.starter.wxjava.open.properties.WxOpenMultiProperties.StorageType
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法com.binarywang.spring.starter.wxjava.open.properties.WxOpenMultiProperties.StorageType
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。

W

wxOpenConfigStorage(WxOpenMultiProperties) - 类 中的方法com.binarywang.spring.starter.wxjava.open.configuration.services.AbstractWxOpenConfiguration
配置 WxOpenInMemoryConfigStorage
wxOpenConfigStorage(WxOpenMultiProperties) - 类 中的方法com.binarywang.spring.starter.wxjava.open.configuration.services.WxOpenInJedisConfiguration
 
wxOpenConfigStorage(WxOpenMultiProperties) - 类 中的方法com.binarywang.spring.starter.wxjava.open.configuration.services.WxOpenInMemoryConfiguration
 
wxOpenConfigStorage(WxOpenMultiProperties) - 类 中的方法com.binarywang.spring.starter.wxjava.open.configuration.services.WxOpenInRedissonConfiguration
 
wxOpenConfigStorage(WxOpenMultiProperties) - 类 中的方法com.binarywang.spring.starter.wxjava.open.configuration.services.WxOpenInRedisTemplateConfiguration
 
WxOpenInJedisConfiguration - com.binarywang.spring.starter.wxjava.open.configuration.services中的类
自动装配基于 jedis 策略配置
WxOpenInJedisConfiguration() - 类 的构造器com.binarywang.spring.starter.wxjava.open.configuration.services.WxOpenInJedisConfiguration
 
WxOpenInMemoryConfiguration - com.binarywang.spring.starter.wxjava.open.configuration.services中的类
自动装配基于内存策略配置
WxOpenInMemoryConfiguration() - 类 的构造器com.binarywang.spring.starter.wxjava.open.configuration.services.WxOpenInMemoryConfiguration
 
WxOpenInRedissonConfiguration - com.binarywang.spring.starter.wxjava.open.configuration.services中的类
自动装配基于 redisson 策略配置
WxOpenInRedissonConfiguration() - 类 的构造器com.binarywang.spring.starter.wxjava.open.configuration.services.WxOpenInRedissonConfiguration
 
WxOpenInRedisTemplateConfiguration - com.binarywang.spring.starter.wxjava.open.configuration.services中的类
自动装配基于 redis template 策略配置
WxOpenInRedisTemplateConfiguration() - 类 的构造器com.binarywang.spring.starter.wxjava.open.configuration.services.WxOpenInRedisTemplateConfiguration
 
WxOpenMultiAutoConfiguration - com.binarywang.spring.starter.wxjava.open.autoconfigure中的类
微信开放平台多账号自动配置
WxOpenMultiAutoConfiguration() - 类 的构造器com.binarywang.spring.starter.wxjava.open.autoconfigure.WxOpenMultiAutoConfiguration
 
WxOpenMultiProperties - com.binarywang.spring.starter.wxjava.open.properties中的类
微信开放平台多账号配置属性.
WxOpenMultiProperties() - 类 的构造器com.binarywang.spring.starter.wxjava.open.properties.WxOpenMultiProperties
 
WxOpenMultiProperties.ConfigStorage - com.binarywang.spring.starter.wxjava.open.properties中的类
 
WxOpenMultiProperties.StorageType - com.binarywang.spring.starter.wxjava.open.properties中的枚举
 
WxOpenMultiRedisProperties - com.binarywang.spring.starter.wxjava.open.properties中的类
微信开放平台多账号Redis配置.
WxOpenMultiRedisProperties() - 类 的构造器com.binarywang.spring.starter.wxjava.open.properties.WxOpenMultiRedisProperties
 
WxOpenMultiServiceConfiguration - com.binarywang.spring.starter.wxjava.open.configuration中的类
微信开放平台相关服务自动注册
WxOpenMultiServiceConfiguration() - 类 的构造器com.binarywang.spring.starter.wxjava.open.configuration.WxOpenMultiServiceConfiguration
 
wxOpenMultiServices(WxOpenMultiProperties) - 类 中的方法com.binarywang.spring.starter.wxjava.open.configuration.services.AbstractWxOpenConfiguration
 
wxOpenMultiServices() - 类 中的方法com.binarywang.spring.starter.wxjava.open.configuration.services.WxOpenInJedisConfiguration
 
wxOpenMultiServices() - 类 中的方法com.binarywang.spring.starter.wxjava.open.configuration.services.WxOpenInMemoryConfiguration
 
wxOpenMultiServices() - 类 中的方法com.binarywang.spring.starter.wxjava.open.configuration.services.WxOpenInRedissonConfiguration
 
wxOpenMultiServices() - 类 中的方法com.binarywang.spring.starter.wxjava.open.configuration.services.WxOpenInRedisTemplateConfiguration
 
WxOpenMultiServices - com.binarywang.spring.starter.wxjava.open.service中的接口
微信开放平台 WxOpenService 所有实例存放类.
WxOpenMultiServicesImpl - com.binarywang.spring.starter.wxjava.open.service中的类
微信开放平台 WxOpenMultiServices 默认实现
WxOpenMultiServicesImpl() - 类 的构造器com.binarywang.spring.starter.wxjava.open.service.WxOpenMultiServicesImpl
 
wxOpenService(WxOpenConfigStorage, WxOpenMultiProperties) - 类 中的方法com.binarywang.spring.starter.wxjava.open.configuration.services.AbstractWxOpenConfiguration
 
WxOpenSingleProperties - com.binarywang.spring.starter.wxjava.open.properties中的类
微信开放平台单个应用配置.
WxOpenSingleProperties() - 类 的构造器com.binarywang.spring.starter.wxjava.open.properties.WxOpenSingleProperties
 
A C G P R V W 
跳过导航链接

Copyright © 2026. All rights reserved.