Uses of Interface
org.dromara.sms4j.provider.factory.BaseProviderFactory
-
-
Uses of BaseProviderFactory in org.dromara.sms4j.aliyun.config
Classes in org.dromara.sms4j.aliyun.config that implement BaseProviderFactory Modifier and Type Class Description classAlibabaFactoryAlibabaSmsConfig -
Uses of BaseProviderFactory in org.dromara.sms4j.baidu.config
Classes in org.dromara.sms4j.baidu.config that implement BaseProviderFactory Modifier and Type Class Description classBaiduFactory类名: BaiduFactory -
Uses of BaseProviderFactory in org.dromara.sms4j.budingyun.config
Classes in org.dromara.sms4j.budingyun.config that implement BaseProviderFactory Modifier and Type Class Description classBudingV2FactoryBudingV2Factory -
Uses of BaseProviderFactory in org.dromara.sms4j.chuanglan.config
Classes in org.dromara.sms4j.chuanglan.config that implement BaseProviderFactory Modifier and Type Class Description classChuangLanFactory -
Uses of BaseProviderFactory in org.dromara.sms4j.cloopen.config
Classes in org.dromara.sms4j.cloopen.config that implement BaseProviderFactory Modifier and Type Class Description classCloopenFactory容联云短信配置 -
Uses of BaseProviderFactory in org.dromara.sms4j.ctyun.config
Classes in org.dromara.sms4j.ctyun.config that implement BaseProviderFactory Modifier and Type Class Description classCtyunFactory类名: CtyunSmsConfig -
Uses of BaseProviderFactory in org.dromara.sms4j.danmi.config
Classes in org.dromara.sms4j.danmi.config that implement BaseProviderFactory Modifier and Type Class Description classDanMiFactory类名: DanMiFactory -
Uses of BaseProviderFactory in org.dromara.sms4j.dingzhong.config
Classes in org.dromara.sms4j.dingzhong.config that implement BaseProviderFactory Modifier and Type Class Description classDingZhongFactoryDingZhongFactory -
Uses of BaseProviderFactory in org.dromara.sms4j.emay.config
Classes in org.dromara.sms4j.emay.config that implement BaseProviderFactory Modifier and Type Class Description classEmayFactoryEmaySmsConfig -
Uses of BaseProviderFactory in org.dromara.sms4j.example.zhangjun
Classes in org.dromara.sms4j.example.zhangjun that implement BaseProviderFactory Modifier and Type Class Description classZhangJunFactory掌骏短信 -
Uses of BaseProviderFactory in org.dromara.sms4j.huawei.config
Classes in org.dromara.sms4j.huawei.config that implement BaseProviderFactory Modifier and Type Class Description classHuaweiFactoryHuaweiSmsConfig -
Uses of BaseProviderFactory in org.dromara.sms4j.javase.config
Methods in org.dromara.sms4j.javase.config with parameters of type BaseProviderFactory Modifier and Type Method Description SEInitializerSEInitializer. registerFactory(BaseProviderFactory<? extends SmsBlend,? extends SupplierConfig> factory)注册服务商工厂 -
Uses of BaseProviderFactory in org.dromara.sms4j.jdcloud.config
Classes in org.dromara.sms4j.jdcloud.config that implement BaseProviderFactory Modifier and Type Class Description classJdCloudFactory京东云短信配置 -
Uses of BaseProviderFactory in org.dromara.sms4j.jg.config
Classes in org.dromara.sms4j.jg.config that implement BaseProviderFactory Modifier and Type Class Description classJgFactory类名: JgFactory -
Uses of BaseProviderFactory in org.dromara.sms4j.lianlu.config
Classes in org.dromara.sms4j.lianlu.config that implement BaseProviderFactory Modifier and Type Class Description classLianLuFactory联鹿短信 -
Uses of BaseProviderFactory in org.dromara.sms4j.luosimao.config
Classes in org.dromara.sms4j.luosimao.config that implement BaseProviderFactory Modifier and Type Class Description classLuoSiMaoFactory类名: LuoSiMaoFactory -
Uses of BaseProviderFactory in org.dromara.sms4j.mas.config
Classes in org.dromara.sms4j.mas.config that implement BaseProviderFactory Modifier and Type Class Description classMasFactory类名: MasFactory -
Uses of BaseProviderFactory in org.dromara.sms4j.netease.config
Classes in org.dromara.sms4j.netease.config that implement BaseProviderFactory Modifier and Type Class Description classNeteaseFactoryNeteaseSmsConfig -
Uses of BaseProviderFactory in org.dromara.sms4j.provider.factory
Classes in org.dromara.sms4j.provider.factory that implement BaseProviderFactory Modifier and Type Class Description classAbstractProviderFactory<S extends SmsBlend,C extends SupplierConfig>短信对象建造者Fields in org.dromara.sms4j.provider.factory with type parameters of type BaseProviderFactory Modifier and Type Field Description private static Map<String,BaseProviderFactory<? extends SmsBlend,? extends SupplierConfig>>ProviderFactoryHolder. FACTORIESMethods in org.dromara.sms4j.provider.factory that return BaseProviderFactory Modifier and Type Method Description static BaseProviderFactory<? extends SmsBlend,? extends SupplierConfig>ProviderFactoryHolder. requireForSupplier(String supplier)Methods in org.dromara.sms4j.provider.factory with parameters of type BaseProviderFactory Modifier and Type Method Description static voidProviderFactoryHolder. registerFactory(BaseProviderFactory<? extends SmsBlend,? extends SupplierConfig> factory)Method parameters in org.dromara.sms4j.provider.factory with type arguments of type BaseProviderFactory Modifier and Type Method Description static voidProviderFactoryHolder. registerFactory(List<BaseProviderFactory<? extends SmsBlend,? extends SupplierConfig>> factoryList) -
Uses of BaseProviderFactory in org.dromara.sms4j.qiniu.config
Classes in org.dromara.sms4j.qiniu.config that implement BaseProviderFactory Modifier and Type Class Description classQiNiuFactory -
Uses of BaseProviderFactory in org.dromara.sms4j.solon.config
Fields in org.dromara.sms4j.solon.config with type parameters of type BaseProviderFactory Modifier and Type Field Description private List<BaseProviderFactory<? extends SmsBlend,? extends SupplierConfig>>SmsBlendsInitializer. factoryListMethods in org.dromara.sms4j.solon.config that return types with arguments of type BaseProviderFactory Modifier and Type Method Description List<BaseProviderFactory<? extends SmsBlend,? extends SupplierConfig>>SupplierConfigure. factoryList(Map<String,Map<String,Object>> blends, SmsConfig smsConfig)Method parameters in org.dromara.sms4j.solon.config with type arguments of type BaseProviderFactory Modifier and Type Method Description SmsBlendsInitializerSupplierConfigure. smsBlendsInitializer(List<BaseProviderFactory<? extends SmsBlend,? extends SupplierConfig>> factoryList, SmsConfig smsConfig, Map<String,Map<String,Object>> blends, List<SmsReadConfig> extendsSmsConfigs)Constructor parameters in org.dromara.sms4j.solon.config with type arguments of type BaseProviderFactory Constructor Description SmsBlendsInitializer(List<BaseProviderFactory<? extends SmsBlend,? extends SupplierConfig>> factoryList, SmsConfig smsConfig, Map<String,Map<String,Object>> blends, List<SmsReadConfig> extendsSmsConfigs) -
Uses of BaseProviderFactory in org.dromara.sms4j.starter.config
Fields in org.dromara.sms4j.starter.config with type parameters of type BaseProviderFactory Modifier and Type Field Description private List<BaseProviderFactory<? extends SmsBlend,? extends SupplierConfig>>SmsBlendsInitializer. factoryListMethods in org.dromara.sms4j.starter.config that return types with arguments of type BaseProviderFactory Modifier and Type Method Description protected List<BaseProviderFactory<? extends SmsBlend,? extends SupplierConfig>>SupplierConfig. factoryList(Map<String,Map<String,Object>> blends, SmsConfig smsConfig)Method parameters in org.dromara.sms4j.starter.config with type arguments of type BaseProviderFactory Modifier and Type Method Description protected SmsBlendsInitializerSupplierConfig. smsBlendsInitializer(List<BaseProviderFactory<? extends SmsBlend,? extends SupplierConfig>> factoryList, SmsConfig smsConfig, Map<String,Map<String,Object>> blends, org.springframework.beans.factory.ObjectProvider<SmsReadConfig> extendsSmsConfigs)Constructor parameters in org.dromara.sms4j.starter.config with type arguments of type BaseProviderFactory Constructor Description SmsBlendsInitializer(List<BaseProviderFactory<? extends SmsBlend,? extends SupplierConfig>> factoryList, SmsConfig smsConfig, Map<String,Map<String,Object>> blends, org.springframework.beans.factory.ObjectProvider<SmsReadConfig> extendsSmsConfigs) -
Uses of BaseProviderFactory in org.dromara.sms4j.submail.config
Classes in org.dromara.sms4j.submail.config that implement BaseProviderFactory Modifier and Type Class Description classSubMailFactory类名: SubMailFactory -
Uses of BaseProviderFactory in org.dromara.sms4j.tencent.config
Classes in org.dromara.sms4j.tencent.config that implement BaseProviderFactory Modifier and Type Class Description classTencentFactoryTencentSmsConfig -
Uses of BaseProviderFactory in org.dromara.sms4j.unisms.config
Classes in org.dromara.sms4j.unisms.config that implement BaseProviderFactory Modifier and Type Class Description classUniFactoryUniSmsConfig -
Uses of BaseProviderFactory in org.dromara.sms4j.yixintong.config
Classes in org.dromara.sms4j.yixintong.config that implement BaseProviderFactory Modifier and Type Class Description classYiXintongFactory类名: YiXintongFactory -
Uses of BaseProviderFactory in org.dromara.sms4j.yunpian.config
Classes in org.dromara.sms4j.yunpian.config that implement BaseProviderFactory Modifier and Type Class Description classYunPianFactory -
Uses of BaseProviderFactory in org.dromara.sms4j.zhutong.config
Classes in org.dromara.sms4j.zhutong.config that implement BaseProviderFactory Modifier and Type Class Description classZhutongFactory助通短信
-