Package | Description |
---|---|
org.yaml.snakeyaml |
Modifier and Type | Method and Description |
---|---|
DumperOptions.NonPrintableStyle |
DumperOptions.getNonPrintableStyle() |
static DumperOptions.NonPrintableStyle |
DumperOptions.NonPrintableStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DumperOptions.NonPrintableStyle[] |
DumperOptions.NonPrintableStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DumperOptions.setNonPrintableStyle(DumperOptions.NonPrintableStyle style)
When String contains non-printable characters SnakeYAML convert it to binary data with the !!binary tag.
|
Copyright © 2008–2020. All rights reserved.