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