| Package | Description |
|---|---|
| org.yaml.snakeyaml | |
| org.yaml.snakeyaml.events |
| Modifier and Type | Method | Description |
|---|---|---|
DumperOptions.Version |
DumperOptions.getVersion() |
|
static DumperOptions.Version |
DumperOptions.Version.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static DumperOptions.Version[] |
DumperOptions.Version.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
DumperOptions.setVersion(DumperOptions.Version version) |
| Modifier and Type | Method | Description |
|---|---|---|
DumperOptions.Version |
DocumentStartEvent.getVersion() |
YAML version the document conforms to.
|
| Constructor | Description |
|---|---|
DocumentStartEvent(Mark startMark,
Mark endMark,
boolean explicit,
DumperOptions.Version version,
Map<String,String> tags) |
Copyright © 2008–2018. All rights reserved.