Uses of Class
de.murmelmeister.library.configuration.YamlMurmel.Builder
Packages that use YamlMurmel.Builder
-
Uses of YamlMurmel.Builder in de.murmelmeister.library.configuration
Methods in de.murmelmeister.library.configuration that return YamlMurmel.BuilderModifier and TypeMethodDescriptionYamlMurmel.Builder.allowDuplicateKeys(boolean allowDuplicateKeys) Configures whether duplicate keys are allowed in the data structure being processed.static YamlMurmel.BuilderCreates and returns a new instance of theBuilderclass for configuring and constructing aYamlMurmelinstance.YamlMurmel.Builder.indent(int indent) Sets the indent size to be used and returns the Builder instance.YamlMurmel.Builder.maxAliasesForCollections(int maxAliasesForCollections) Sets the maximum allowed aliases for collections and returns the Builder instance.YamlMurmel.Builder.prettyFlow(boolean prettyFlow) Configures whether the flow presentation should be formatted in a "pretty" style.YamlMurmel.Builder.processComments(boolean processComments) Configures whether comments should be processed and included during the building process.YamlMurmel.Builder.width(int width) Sets the maximum width for formatting and returns the Builder instance.YamlMurmel.Builder.wrappedToRootException(boolean wrappedToRootException) Configures whether exceptions should be wrapped to root exceptions during processing.Constructors in de.murmelmeister.library.configuration with parameters of type YamlMurmel.BuilderModifierConstructorDescriptionYamlMurmel(YamlMurmel.Builder builder) Constructs a new instance of YamlMurmel, a utility class for managing YAML configuration files.