| 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 | Method and Description |
|---|---|
ScalarStyle |
ScalarEvent.getScalarStyle()
Style of the scalar.
|
| Constructor and Description |
|---|
ScalarEvent(Optional<Anchor> anchor,
Optional<String> tag,
ImplicitTuple implicit,
String value,
ScalarStyle style) |
ScalarEvent(Optional<Anchor> anchor,
Optional<String> tag,
ImplicitTuple implicit,
String value,
ScalarStyle style,
Optional<Mark> startMark,
Optional<Mark> endMark) |
| Modifier and Type | Method and Description |
|---|---|
ScalarStyle |
ScalarNode.getScalarStyle()
Get scalar style of this node.
|
| Constructor and Description |
|---|
ScalarNode(Tag tag,
boolean resolved,
String value,
ScalarStyle style,
Optional<Mark> startMark,
Optional<Mark> endMark) |
ScalarNode(Tag tag,
String value,
ScalarStyle style) |
| Modifier and Type | Field and Description |
|---|---|
protected ScalarStyle |
BaseRepresenter.defaultScalarStyle |
| Modifier and Type | Method and Description |
|---|---|
protected Node |
BaseRepresenter.representScalar(Tag tag,
String value,
ScalarStyle style) |
| Modifier and Type | Method and Description |
|---|---|
ScalarStyle |
ScalarToken.getStyle() |
| Constructor and Description |
|---|
ScalarToken(String value,
boolean plain,
ScalarStyle style,
Optional<Mark> startMark,
Optional<Mark> endMark) |
Copyright © 2018–2019. All rights reserved.