Y - type of YAML configurationT - type of swapped objectpublic interface YamlConfigurationSwapper<Y extends YamlConfiguration,T>
| Modifier and Type | Method and Description |
|---|---|
T |
swapToObject(Y yamlConfig)
Swap from YAML configuration to object.
|
Y |
swapToYamlConfiguration(T data)
Swap to YAML configuration.
|
Copyright © 2023 The Apache Software Foundation. All rights reserved.