public final class ProxyUserYamlSwapper extends Object implements YamlSwapper<YamlProxyUserConfiguration,ProxyUser>
| 构造器和说明 |
|---|
ProxyUserYamlSwapper() |
| 限定符和类型 | 方法和说明 |
|---|---|
ProxyUser |
swapToObject(YamlProxyUserConfiguration yamlConfig)
Swap from YAML configuration to object.
|
YamlProxyUserConfiguration |
swapToYamlConfiguration(ProxyUser data)
Swap to YAML configuration.
|
public YamlProxyUserConfiguration swapToYamlConfiguration(ProxyUser data)
YamlSwapperswapToYamlConfiguration 在接口中 YamlSwapper<YamlProxyUserConfiguration,ProxyUser>data - data to be swappedpublic ProxyUser swapToObject(YamlProxyUserConfiguration yamlConfig)
YamlSwapperswapToObject 在接口中 YamlSwapper<YamlProxyUserConfiguration,ProxyUser>yamlConfig - YAML configurationCopyright © 2020 The Apache Software Foundation. All rights reserved.