Modifier and Type | Class and Description |
---|---|
class |
YamlCommentDumper |
class |
YamlCommentMapper |
class |
YamlCommentParser |
class |
YamlCommentReader |
Modifier and Type | Class and Description |
---|---|
class |
YamlFile
An extension of
YamlConfiguration which saves all data in Yaml to a configuration file
with the added possibility to save and manage comments. |
Modifier and Type | Class and Description |
---|---|
class |
SimpleYamlImplementation
Default YAML implementation using snakeyaml high-level API and a custom comment parser / dumper.
|
Modifier and Type | Class and Description |
---|---|
class |
YamlImplementationCommentable
A YAML implementation capable of processing comments.
|
Modifier and Type | Class and Description |
---|---|
class |
SnakeYamlCommentMapper |
class |
SnakeYamlImplementation
YAML implementation using snakeyaml low-level API and snakeyaml comment processing available if
YamlConfigurationOptions.useComments() is enabled. |
Copyright © 2023. All rights reserved.