Class YamlEncryptRuleConfigurationSwapper
java.lang.Object
org.apache.shardingsphere.encrypt.yaml.swapper.YamlEncryptRuleConfigurationSwapper
- All Implemented Interfaces:
org.apache.shardingsphere.infra.util.spi.type.ordered.OrderedSPI<EncryptRuleConfiguration>,org.apache.shardingsphere.infra.util.yaml.swapper.YamlConfigurationSwapper<YamlEncryptRuleConfiguration,,EncryptRuleConfiguration> org.apache.shardingsphere.infra.yaml.config.swapper.rule.YamlRuleConfigurationSwapper<YamlEncryptRuleConfiguration,EncryptRuleConfiguration>
public final class YamlEncryptRuleConfigurationSwapper
extends Object
implements org.apache.shardingsphere.infra.yaml.config.swapper.rule.YamlRuleConfigurationSwapper<YamlEncryptRuleConfiguration,EncryptRuleConfiguration>
YAML encrypt rule configuration swapper.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetOrder()swapToObject(YamlEncryptRuleConfiguration yamlConfig)
-
Constructor Details
-
YamlEncryptRuleConfigurationSwapper
public YamlEncryptRuleConfigurationSwapper()
-
-
Method Details
-
swapToYamlConfiguration
- Specified by:
swapToYamlConfigurationin interfaceorg.apache.shardingsphere.infra.util.yaml.swapper.YamlConfigurationSwapper<YamlEncryptRuleConfiguration,EncryptRuleConfiguration>
-
swapToObject
- Specified by:
swapToObjectin interfaceorg.apache.shardingsphere.infra.util.yaml.swapper.YamlConfigurationSwapper<YamlEncryptRuleConfiguration,EncryptRuleConfiguration>
-
getTypeClass
- Specified by:
getTypeClassin interfaceorg.apache.shardingsphere.infra.util.spi.type.ordered.OrderedSPI<EncryptRuleConfiguration>
-
getRuleTagName
- Specified by:
getRuleTagNamein interfaceorg.apache.shardingsphere.infra.yaml.config.swapper.rule.YamlRuleConfigurationSwapper<YamlEncryptRuleConfiguration,EncryptRuleConfiguration>
-
getOrder
public int getOrder()- Specified by:
getOrderin interfaceorg.apache.shardingsphere.infra.util.spi.type.ordered.OrderedSPI<EncryptRuleConfiguration>
-