| Package | Description |
|---|---|
| com.esotericsoftware.yamlbeans | |
| com.esotericsoftware.yamlbeans.document | |
| com.esotericsoftware.yamlbeans.emitter | |
| com.esotericsoftware.yamlbeans.parser |
| Modifier and Type | Field and Description |
|---|---|
static Version |
Version.DEFAULT_VERSION |
| Modifier and Type | Method and Description |
|---|---|
void |
YamlConfig.ReadConfig.setDefaultVersion(Version defaultVersion)
Sets the default YAML version to expect if a YAML document does not explicitly specify a version.
|
void |
YamlConfig.WriteConfig.setVersion(Version version)
Sets the YAML version to output.
|
| Constructor and Description |
|---|
YamlDocumentReader(Reader reader,
Version version) |
YamlDocumentReader(String yaml,
Version version) |
| Modifier and Type | Method and Description |
|---|---|
void |
EmitterConfig.setVersion(Version version)
Sets the YAML version to output.
|
| Modifier and Type | Field and Description |
|---|---|
Version |
DocumentStartEvent.version |
| Constructor and Description |
|---|
DocumentStartEvent(boolean explicit,
Version version,
Map<String,String> tags) |
Parser(Reader reader,
Version defaultVersion) |
Copyright © 2020. All rights reserved.