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