| Package | Description |
|---|---|
| com.esotericsoftware.yamlbeans |
| Modifier and Type | Method and Description |
|---|---|
static YamlConfig.Quote |
YamlConfig.Quote.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static YamlConfig.Quote[] |
YamlConfig.Quote.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
YamlConfig.WriteConfig.setQuoteChar(YamlConfig.Quote quote)
The type of quotes to use when writing YAML output.
|
Copyright © 2020. All rights reserved.