Class SnakeYamlImplementation

java.lang.Object
org.simpleyaml.configuration.implementation.api.YamlImplementationCommentable
org.simpleyaml.configuration.implementation.snakeyaml.SnakeYamlImplementation
All Implemented Interfaces:
Commentable, YamlImplementation
Direct Known Subclasses:
SimpleYamlImplementation

public class SnakeYamlImplementation extends YamlImplementationCommentable
YAML implementation using snakeyaml low-level API and snakeyaml comment processing available if YamlConfigurationOptions.useComments() is enabled.