public final class PersistRepositoryConfigurationYamlSwapperEngine extends Object
| Constructor and Description |
|---|
PersistRepositoryConfigurationYamlSwapperEngine() |
| Modifier and Type | Method and Description |
|---|---|
PersistRepositoryConfiguration |
swapToObject(String type,
YamlPersistRepositoryConfiguration yamlConfig)
Swap to YAML configuration.
|
YamlPersistRepositoryConfiguration |
swapToYamlConfiguration(String type,
PersistRepositoryConfiguration config)
Swap to YAML configuration.
|
public PersistRepositoryConfigurationYamlSwapperEngine()
public YamlPersistRepositoryConfiguration swapToYamlConfiguration(String type, PersistRepositoryConfiguration config)
type - persist repository typeconfig - persist repository configurationpublic PersistRepositoryConfiguration swapToObject(String type, YamlPersistRepositoryConfiguration yamlConfig)
type - persist repository typeyamlConfig - YAML persist repository configurationCopyright © 2022 The Apache Software Foundation. All rights reserved.