public final class EncryptColumnRuleConfigurationYamlSwapper extends Object implements YamlSwapper<YamlEncryptColumnRuleConfiguration,EncryptColumnRuleConfiguration>
| Constructor and Description |
|---|
EncryptColumnRuleConfigurationYamlSwapper() |
| Modifier and Type | Method and Description |
|---|---|
YamlEncryptColumnRuleConfiguration |
swap(EncryptColumnRuleConfiguration data)
Swap to YAML configuration.
|
EncryptColumnRuleConfiguration |
swap(YamlEncryptColumnRuleConfiguration yamlConfiguration)
Swap from YAML configuration to object.
|
public EncryptColumnRuleConfigurationYamlSwapper()
public YamlEncryptColumnRuleConfiguration swap(EncryptColumnRuleConfiguration data)
YamlSwapperswap in interface YamlSwapper<YamlEncryptColumnRuleConfiguration,EncryptColumnRuleConfiguration>data - data to be swappedpublic EncryptColumnRuleConfiguration swap(YamlEncryptColumnRuleConfiguration yamlConfiguration)
YamlSwapperswap in interface YamlSwapper<YamlEncryptColumnRuleConfiguration,EncryptColumnRuleConfiguration>yamlConfiguration - YAML configurationCopyright © 2020 The Apache Software Foundation. All rights reserved.