Y - type of YAML configurationT - type of swapped objectpublic interface YamlSwapper<Y extends YamlConfiguration,T>
| 限定符和类型 | 方法和说明 |
|---|---|
T |
swapToObject(Y yamlConfig)
Swap from YAML configuration to object.
|
Y |
swapToYamlConfiguration(T data)
Swap to YAML configuration.
|
Copyright © 2020 The Apache Software Foundation. All rights reserved.