T - type of original configuration objectY - type of YAML configurationpublic interface YamlConfigurationConverter<T,Y extends YamlConfiguration<T>>
| Modifier and Type | Method and Description |
|---|---|
Class<T> |
configurationType()
Get type of Configuration.
|
Y |
convertToYamlConfiguration(T data)
Convert to YAML configuration.
|
Copyright © 2021 The Apache Software Foundation. All rights reserved.