Class YamlEncryptColumnRuleConfigurationSwapper
java.lang.Object
org.apache.shardingsphere.encrypt.yaml.swapper.rule.YamlEncryptColumnRuleConfigurationSwapper
- All Implemented Interfaces:
org.apache.shardingsphere.infra.util.yaml.swapper.YamlConfigurationSwapper<YamlEncryptColumnRuleConfiguration,EncryptColumnRuleConfiguration>
public final class YamlEncryptColumnRuleConfigurationSwapper
extends Object
implements org.apache.shardingsphere.infra.util.yaml.swapper.YamlConfigurationSwapper<YamlEncryptColumnRuleConfiguration,EncryptColumnRuleConfiguration>
YAML encrypt column rule configuration swapper.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
YamlEncryptColumnRuleConfigurationSwapper
public YamlEncryptColumnRuleConfigurationSwapper()
-
-
Method Details
-
swapToYamlConfiguration
public YamlEncryptColumnRuleConfiguration swapToYamlConfiguration(EncryptColumnRuleConfiguration data) - Specified by:
swapToYamlConfigurationin interfaceorg.apache.shardingsphere.infra.util.yaml.swapper.YamlConfigurationSwapper<YamlEncryptColumnRuleConfiguration,EncryptColumnRuleConfiguration>
-
swapToObject
- Specified by:
swapToObjectin interfaceorg.apache.shardingsphere.infra.util.yaml.swapper.YamlConfigurationSwapper<YamlEncryptColumnRuleConfiguration,EncryptColumnRuleConfiguration>
-