| Modifier and Type | Field and Description | 
|---|---|
| protected YamlImplementation | YamlConfiguration. yamlImplementation | 
| Modifier and Type | Method and Description | 
|---|---|
| YamlImplementation | YamlConfiguration. getImplementation() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | YamlConfiguration. setImplementation(YamlImplementation yamlImplementation) | 
| Constructor and Description | 
|---|
| YamlConfiguration(org.simpleyaml.configuration.Configuration defaults,
                 YamlImplementation yamlImplementation) | 
| YamlConfiguration(YamlImplementation yamlImplementation) | 
| YamlFile(YamlImplementation yamlImplementation)Builds this  YamlFilewithout any configuration file. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SimpleYamlImplementationDefault YAML implementation using snakeyaml high-level API and a custom comment parser / dumper. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | YamlImplementationCommentableA YAML implementation capable of processing comments. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SnakeYamlImplementationYAML implementation using snakeyaml low-level API and snakeyaml comment processing available if  YamlConfigurationOptions.useComments()is enabled. | 
Copyright © 2023. All rights reserved.