Package | Description |
---|---|
org.yaml.snakeyaml | |
org.yaml.snakeyaml.representer |
Modifier and Type | Method and Description |
---|---|
DumperOptions.ScalarStyle |
DumperOptions.calculateScalarStyle(ScalarAnalysis analysis,
DumperOptions.ScalarStyle style)
Deprecated.
it was implemented as a quick fix for issue 29
|
static DumperOptions.ScalarStyle |
DumperOptions.ScalarStyle.createStyle(Character style) |
DumperOptions.ScalarStyle |
DumperOptions.getDefaultScalarStyle() |
static DumperOptions.ScalarStyle |
DumperOptions.ScalarStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DumperOptions.ScalarStyle[] |
DumperOptions.ScalarStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
DumperOptions.ScalarStyle |
DumperOptions.calculateScalarStyle(ScalarAnalysis analysis,
DumperOptions.ScalarStyle style)
Deprecated.
it was implemented as a quick fix for issue 29
|
void |
DumperOptions.setDefaultScalarStyle(DumperOptions.ScalarStyle defaultStyle)
Set default style for scalars.
|
Modifier and Type | Method and Description |
---|---|
void |
BaseRepresenter.setDefaultScalarStyle(DumperOptions.ScalarStyle defaultStyle) |
Copyright © 2008–2023. All rights reserved.