Uses of Class
space.arim.dazzleconf.ext.snakeyaml.SnakeYamlOptions.Builder
-
Uses of SnakeYamlOptions.Builder in space.arim.dazzleconf.ext.snakeyaml
Methods in space.arim.dazzleconf.ext.snakeyaml that return SnakeYamlOptions.BuilderModifier and TypeMethodDescriptionSets the character encoding used by the factory.SnakeYamlOptions.Builder.commentMode(CommentMode commentMode) Sets the comment mode used for writing comments.SnakeYamlOptions.Builder.useCommentingWriter(boolean useCommentingWriter) Deprecated.Comments are now handled via the comment mode.SnakeYamlOptions.Builder.yamlSupplier(Supplier<org.yaml.snakeyaml.Yaml> yamlSupplier) Sets theYamlsupplier for this builder to the specified one.