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