Uses of Class
org.simpleyaml.configuration.comments.format.YamlCommentFormatterConfiguration
Packages that use YamlCommentFormatterConfiguration
-
Uses of YamlCommentFormatterConfiguration in org.simpleyaml.configuration.comments.format
Fields in org.simpleyaml.configuration.comments.format declared as YamlCommentFormatterConfigurationModifier and TypeFieldDescriptionprotected final YamlCommentFormatterConfigurationYamlCommentFormatter.blockFormatterprotected YamlCommentFormatterConfigurationYamlHeaderFormatter.configurationMethods in org.simpleyaml.configuration.comments.format that return YamlCommentFormatterConfigurationModifier and TypeMethodDescriptionYamlCommentFormatter.blockFormatter()YamlCommentFormatter.formatterConfiguration(CommentType type) YamlCommentFormatterConfiguration.stripPrefix(boolean stripPrefix) YamlCommentFormatterConfiguration.trim(boolean trim) Constructors in org.simpleyaml.configuration.comments.format with parameters of type YamlCommentFormatterConfigurationModifierConstructorDescriptionBlankLineYamlCommentFormatter(YamlCommentFormatterConfiguration blockFormatter) BlankLineYamlCommentFormatter(YamlCommentFormatterConfiguration blockFormatter, YamlSideCommentFormatterConfiguration sideFormatter) PrettyYamlCommentFormatter(YamlCommentFormatterConfiguration blockFormatter) PrettyYamlCommentFormatter(YamlCommentFormatterConfiguration blockFormatter, YamlSideCommentFormatterConfiguration sideFormatter) YamlCommentFormatter(YamlCommentFormatterConfiguration blockFormatter) YamlCommentFormatter(YamlCommentFormatterConfiguration blockFormatter, YamlSideCommentFormatterConfiguration sideFormatter) protectedYamlHeaderFormatter(YamlCommentFormatterConfiguration configuration)