| Package | Description |
|---|---|
| org.snakeyaml.engine.v2.api | |
| org.snakeyaml.engine.v2.common |
| Modifier and Type | Method and Description |
|---|---|
NonPrintableStyle |
DumpSettings.getNonPrintableStyle() |
| Modifier and Type | Method and Description |
|---|---|
DumpSettingsBuilder |
DumpSettingsBuilder.setNonPrintableStyle(NonPrintableStyle nonPrintableStyle)
When String object contains non-printable characters, they are escaped with \\u or \\x notation.
|
| Modifier and Type | Method and Description |
|---|---|
static NonPrintableStyle |
NonPrintableStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NonPrintableStyle[] |
NonPrintableStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018–2019. All rights reserved.