Uses of Class
cloud.opencode.base.yml.YmlConfig.Builder
Packages that use YmlConfig.Builder
Package
Description
OpenCode Base YML - YAML Processing Library
OpenCode Base YML - YAML 处理库
-
Uses of YmlConfig.Builder in cloud.opencode.base.yml
Methods in cloud.opencode.base.yml that return YmlConfig.BuilderModifier and TypeMethodDescriptionYmlConfig.Builder.allowDuplicateKeys(boolean allow) Sets whether to allow duplicate keys.static YmlConfig.BuilderYmlConfig.builder()Creates a configuration builder.YmlConfig.Builder.defaultFlowStyle(YmlConfig.FlowStyle flowStyle) Sets the default flow style.YmlConfig.Builder.defaultScalarStyle(YmlConfig.ScalarStyle scalarStyle) Sets the default scalar style.YmlConfig.Builder.indent(int indent) Sets the indent size.YmlConfig.Builder.maxAliasesForCollections(int max) Sets the maximum aliases for collections.YmlConfig.Builder.maxDocumentSize(long size) Sets the maximum document size.YmlConfig.Builder.maxNestingDepth(int depth) Sets the maximum nesting depth.YmlConfig.Builder.prettyPrint(boolean prettyPrint) Sets whether to pretty print.YmlConfig.Builder.safeMode(boolean safe) Sets whether to enable safe mode.YmlConfig.Builder.strictTypes(boolean strictTypes) Sets whether to enable strict types mode.