Class YamlConfigImpl

All Implemented Interfaces:
Config

@API(status=INTERNAL, since="1.0") public class YamlConfigImpl extends JsonConfigImpl
Jackson ObjectNode based configuration for YAML files.
Since:
1.0
Version:
1.0, 2025-07
Author:
(w) Iker Hernaez
See Also:
  • Constructor Details

    • YamlConfigImpl

      public YamlConfigImpl(@NotNull @NotNull ConfigOptions options, @NotNull @NotNull JsonConfigOptions yamlOptions)
      Creates a new instance.
      Parameters:
      options - The configuration builder options.
      yamlOptions - The YAML based configuration builder options.