public final class EncryptRuleConfigurationYamlSwapper extends Object implements org.apache.shardingsphere.infra.yaml.swapper.YamlRuleConfigurationSwapper<YamlEncryptRuleConfiguration,EncryptRuleConfiguration>
| Constructor and Description |
|---|
EncryptRuleConfigurationYamlSwapper() |
| Modifier and Type | Method and Description |
|---|---|
int |
getOrder() |
String |
getRuleTagName() |
Class<EncryptRuleConfiguration> |
getTypeClass() |
EncryptRuleConfiguration |
swapToObject(YamlEncryptRuleConfiguration yamlConfig) |
YamlEncryptRuleConfiguration |
swapToYamlConfiguration(EncryptRuleConfiguration data) |
public YamlEncryptRuleConfiguration swapToYamlConfiguration(EncryptRuleConfiguration data)
swapToYamlConfiguration in interface org.apache.shardingsphere.infra.yaml.swapper.YamlConfigurationSwapper<YamlEncryptRuleConfiguration,EncryptRuleConfiguration>public EncryptRuleConfiguration swapToObject(YamlEncryptRuleConfiguration yamlConfig)
swapToObject in interface org.apache.shardingsphere.infra.yaml.swapper.YamlConfigurationSwapper<YamlEncryptRuleConfiguration,EncryptRuleConfiguration>public Class<EncryptRuleConfiguration> getTypeClass()
getTypeClass in interface org.apache.shardingsphere.infra.spi.ordered.OrderedSPI<EncryptRuleConfiguration>public String getRuleTagName()
getRuleTagName in interface org.apache.shardingsphere.infra.yaml.swapper.YamlRuleConfigurationSwapper<YamlEncryptRuleConfiguration,EncryptRuleConfiguration>public int getOrder()
getOrder in interface org.apache.shardingsphere.infra.spi.ordered.OrderedSPI<EncryptRuleConfiguration>Copyright © 2021 The Apache Software Foundation. All rights reserved.