| Package | Description |
|---|---|
| org.yaml.snakeyaml | |
| org.yaml.snakeyaml.events |
| Modifier and Type | Method and Description |
|---|---|
DumperOptions.Version |
DumperOptions.getVersion()
getter
|
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 and Description |
|---|---|
void |
DumperOptions.setVersion(DumperOptions.Version version)
Of no use - it is better not to include YAML version as the directive
|
| Modifier and Type | Method and Description |
|---|---|
DumperOptions.Version |
DocumentStartEvent.getVersion()
YAML version the document conforms to.
|
| Constructor and Description |
|---|
DocumentStartEvent(Mark startMark,
Mark endMark,
boolean explicit,
DumperOptions.Version version,
Map<String,String> tags)
Create
|
Copyright © 2008–2022. All rights reserved.