Package org.spongepowered.configurate.yaml
@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.
-
ClassDescriptionRepresentation of collections and mappings in a YAML document.A
ConfigurationFormat
for the YAML configuration loader.A loader for YAML-formatted configurations, using the SnakeYAML library for parsing and generation.Builds aYamlConfigurationLoader
.