Class YamlDumpSettingsBuilder


  • public class YamlDumpSettingsBuilder
    extends Object
    Builder for YamlDumpSettings.
    • Constructor Detail

      • YamlDumpSettingsBuilder

        public YamlDumpSettingsBuilder()
    • Method Detail

      • setMinimizeQuotes

        public YamlDumpSettingsBuilder setMinimizeQuotes​(boolean minQuotes)
        Set whether use of quotes should be minimized.
        Parameters:
        minQuotes - if true, quotes will only be included where necessary.
      • build

        public YamlDumpSettings build()
        Create immutable YamlDumpSettings
        Returns:
        YamlDumpSettings with the provided values