Class YamlMutableConfigImpl

All Implemented Interfaces:
Config, FileMutableConfig, FileWatchableConfig, MutableConfig, WatchableConfig

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

    • YamlMutableConfigImpl

      public YamlMutableConfigImpl(@NotNull @NotNull ConfigOptions options, @NotNull @NotNull MutableConfigOptions mutableOptions, @NotNull @NotNull YamlConfigOptions yamlOptions)
      Creates a new instance.
      Parameters:
      options - The configuration builder options.
      mutableOptions - The mutable configuration builder options.
      yamlOptions - The YAML based configuration builder options.
  • Method Details