| Package | Description |
|---|---|
| org.yaml.snakeyaml | |
| org.yaml.snakeyaml.representer |
| Modifier and Type | Field and Description |
|---|---|
private DumperOptions.NonPrintableStyle |
DumperOptions.nonPrintableStyle |
| Modifier and Type | Method and Description |
|---|---|
DumperOptions.NonPrintableStyle |
DumperOptions.getNonPrintableStyle() |
static DumperOptions.NonPrintableStyle |
DumperOptions.NonPrintableStyle.valueOf(java.lang.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.
|
| Modifier and Type | Field and Description |
|---|---|
protected DumperOptions.NonPrintableStyle |
SafeRepresenter.nonPrintableStyle |