Package ninja.leaping.configurate.yaml
Configuration loader for the YAML 1.1 format, plus supports
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
.