public final class YamlRuleConfigurationSwapperFactory extends Object
| 构造器和说明 |
|---|
YamlRuleConfigurationSwapperFactory() |
| 限定符和类型 | 方法和说明 |
|---|---|
static Collection<YamlRuleConfigurationSwapper> |
getAllInstances()
Get all instances of all YAML rule configuration swappers.
|
static Map<Class<?>,YamlRuleConfigurationSwapper> |
getInstanceMapByRuleConfigurationClasses(Collection<Class<?>> ruleConfigTypes)
Get instance map of YAML rule configuration swapper.
|
static Map<RuleConfiguration,YamlRuleConfigurationSwapper> |
getInstanceMapByRuleConfigurations(Collection<RuleConfiguration> ruleConfigs)
Get instance map of YAML rule configuration swapper.
|
public static Map<RuleConfiguration,YamlRuleConfigurationSwapper> getInstanceMapByRuleConfigurations(Collection<RuleConfiguration> ruleConfigs)
ruleConfigs - rule configurationspublic static Map<Class<?>,YamlRuleConfigurationSwapper> getInstanceMapByRuleConfigurationClasses(Collection<Class<?>> ruleConfigTypes)
ruleConfigTypes - rule configurations typespublic static Collection<YamlRuleConfigurationSwapper> getAllInstances()
Copyright © 2022 The Apache Software Foundation. All rights reserved.