Modifier and Type | Method and Description |
---|---|
protected YamlConfigurationOptions |
YamlCommentMapper.options() |
YamlConfigurationOptions |
YamlKeyTree.options() |
Modifier and Type | Method and Description |
---|---|
static String |
YamlCommentParser.removeHeader(String blockComment,
YamlConfigurationOptions options) |
Constructor and Description |
---|
YamlCommentMapper(YamlConfigurationOptions options) |
YamlCommentParser(YamlConfigurationOptions options,
Reader reader) |
YamlCommentReader(YamlConfigurationOptions options) |
YamlKeyTree(YamlConfigurationOptions options) |
Modifier and Type | Method and Description |
---|---|
YamlConfigurationOptions |
YamlConfigurationOptions.charset(Charset charset) |
YamlConfigurationOptions |
YamlConfigurationOptions.commentFormatter(YamlCommentFormatter commentFormatter)
Sets the comment formatter to be used to format comments.
|
YamlConfigurationOptions |
YamlConfigurationOptions.copyDefaults(boolean value) |
YamlConfigurationOptions |
YamlConfigurationOptions.copyHeader(boolean value) |
YamlConfigurationOptions |
YamlConfigurationOptions.header(String header) |
YamlConfigurationOptions |
YamlConfigurationOptions.headerFormatter(org.simpleyaml.configuration.comments.format.CommentFormatter headerFormatter) |
YamlConfigurationOptions |
YamlConfigurationOptions.indent(int value)
Sets how much spaces should be used to indent each line.
|
YamlConfigurationOptions |
YamlConfigurationOptions.indentList(int value)
Sets how much spaces should be used to indent each list element, in addition to the line indent.
|
YamlConfigurationOptions |
YamlConfiguration.options() |
YamlConfigurationOptions |
YamlConfigurationOptions.pathSeparator(char value) |
YamlConfigurationOptions |
YamlConfigurationOptions.useComments(boolean useComments)
Sets if parsing comments is needed.
|
Modifier and Type | Method and Description |
---|---|
void |
SimpleYamlImplementation.configure(YamlConfigurationOptions options) |
Modifier and Type | Field and Description |
---|---|
protected YamlConfigurationOptions |
YamlImplementationCommentable.options
Configuration options for loading and dumping Yaml.
|
Modifier and Type | Method and Description |
---|---|
void |
YamlImplementationCommentable.configure(YamlConfigurationOptions options) |
void |
YamlImplementation.configure(YamlConfigurationOptions options)
Apply the configuration options to this implementation.
|
Modifier and Type | Method and Description |
---|---|
void |
SnakeYamlImplementation.configure(YamlConfigurationOptions options) |
protected void |
SnakeYamlCommentMapper.setCommentPrefix(YamlConfigurationOptions options) |
Constructor and Description |
---|
SnakeYamlCommentMapper(YamlConfigurationOptions options) |
Copyright © 2023. All rights reserved.