Uses of Class
org.simpleyaml.configuration.comments.format.YamlSideCommentFormatterConfiguration
Packages that use YamlSideCommentFormatterConfiguration
-
Uses of YamlSideCommentFormatterConfiguration in org.simpleyaml.configuration.comments.format
Fields in org.simpleyaml.configuration.comments.format declared as YamlSideCommentFormatterConfigurationModifier and TypeFieldDescriptionprotected final YamlSideCommentFormatterConfigurationYamlCommentFormatter.sideFormatterMethods in org.simpleyaml.configuration.comments.format that return YamlSideCommentFormatterConfigurationModifier and TypeMethodDescriptionYamlCommentFormatter.sideFormatter()YamlSideCommentFormatterConfiguration.stripPrefix(boolean stripPrefix) YamlSideCommentFormatterConfiguration.trim(boolean trim) Constructors in org.simpleyaml.configuration.comments.format with parameters of type YamlSideCommentFormatterConfigurationModifierConstructorDescriptionBlankLineYamlCommentFormatter(YamlCommentFormatterConfiguration blockFormatter, YamlSideCommentFormatterConfiguration sideFormatter) PrettyYamlCommentFormatter(YamlCommentFormatterConfiguration blockFormatter, YamlSideCommentFormatterConfiguration sideFormatter) YamlCommentFormatter(YamlCommentFormatterConfiguration blockFormatter, YamlSideCommentFormatterConfiguration sideFormatter)