| Package | Description |
|---|---|
| org.snakeyaml.engine.v2.api | |
| org.snakeyaml.engine.v2.common | |
| org.snakeyaml.engine.v2.representer |
| Modifier and Type | Method and Description |
|---|---|
ScalarStyle |
DumpSettings.getDefaultScalarStyle() |
| Modifier and Type | Method and Description |
|---|---|
DumpSettingsBuilder |
DumpSettingsBuilder.setDefaultScalarStyle(ScalarStyle defaultScalarStyle)
Define default scalar style
|
| Modifier and Type | Method and Description |
|---|---|
static ScalarStyle |
ScalarStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScalarStyle[] |
ScalarStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
protected ScalarStyle |
BaseRepresenter.defaultScalarStyle
scalar style
|
| Modifier and Type | Method and Description |
|---|---|
protected org.snakeyaml.engine.v2.nodes.Node |
BaseRepresenter.representScalar(org.snakeyaml.engine.v2.nodes.Tag tag,
String value,
ScalarStyle style)
Create Scalar Node from string
|
Copyright © 2018–2022. All rights reserved.