@DefaultQualifier(org.checkerframework.checker.nullness.qual.NonNull.class)
Package org.spongepowered.configurate.yaml
Configuration loader for the YAML 1.1 format.
While by default this loader only declares the YAML 1.1 global tags as
supported types, the underlying library is capable of serializing any POJO,
and the ConfigurationOptions
's native
types field can be adjusted to customize output.
-
Class Summary Class Description YamlConfigurationLoader A loader for YAML-formatted configurations, using the SnakeYAML library for parsing and generation.YamlConfigurationLoader.Builder Builds aYamlConfigurationLoader
. -
Enum Summary Enum Description NodeStyle Representation of collections and mappings in a YAML document.