|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DumperOptions.ScalarStyle | |
---|---|
org.yaml.snakeyaml | |
org.yaml.snakeyaml.representer |
Uses of DumperOptions.ScalarStyle in org.yaml.snakeyaml |
---|
Methods in org.yaml.snakeyaml that return DumperOptions.ScalarStyle | |
---|---|
DumperOptions.ScalarStyle |
DumperOptions.calculateScalarStyle(ScalarAnalysis analysis,
DumperOptions.ScalarStyle style)
Define the ScalarStyle to be used for emitting scalars |
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're declared. |
Methods in org.yaml.snakeyaml with parameters of type DumperOptions.ScalarStyle | |
---|---|
DumperOptions.ScalarStyle |
DumperOptions.calculateScalarStyle(ScalarAnalysis analysis,
DumperOptions.ScalarStyle style)
Define the ScalarStyle to be used for emitting scalars |
void |
DumperOptions.setDefaultScalarStyle(DumperOptions.ScalarStyle defaultStyle)
Set default style for scalars. |
Uses of DumperOptions.ScalarStyle in org.yaml.snakeyaml.representer |
---|
Methods in org.yaml.snakeyaml.representer with parameters of type DumperOptions.ScalarStyle | |
---|---|
void |
BaseRepresenter.setDefaultScalarStyle(DumperOptions.ScalarStyle defaultStyle)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |