| Package | Description |
|---|---|
| org.snakeyaml.engine.v2.api | |
| org.snakeyaml.engine.v2.events | |
| org.snakeyaml.engine.v2.exceptions |
| Modifier and Type | Method and Description |
|---|---|
Function<SpecVersion,SpecVersion> |
LoadSettings.getVersionFunction() |
Function<SpecVersion,SpecVersion> |
LoadSettings.getVersionFunction() |
Optional<SpecVersion> |
DumpSettings.getYamlDirective() |
| Modifier and Type | Method and Description |
|---|---|
LoadSettingsBuilder |
LoadSettingsBuilder.setVersionFunction(UnaryOperator<SpecVersion> versionFunction)
Manage YAML directive value which defines the version of the YAML specification.
|
DumpSettingsBuilder |
DumpSettingsBuilder.setYamlDirective(Optional<SpecVersion> yamlDirective)
Add YAML directive (http://yaml.org/spec/1.2/spec.html#id2782090)
|
| Modifier and Type | Method and Description |
|---|---|
Optional<SpecVersion> |
DocumentStartEvent.getSpecVersion() |
| Constructor and Description |
|---|
DocumentStartEvent(boolean explicit,
Optional<SpecVersion> specVersion,
Map<String,String> tags) |
DocumentStartEvent(boolean explicit,
Optional<SpecVersion> specVersion,
Map<String,String> tags,
Optional<Mark> startMark,
Optional<Mark> endMark) |
| Modifier and Type | Method and Description |
|---|---|
SpecVersion |
YamlVersionException.getSpecVersion() |
| Constructor and Description |
|---|
YamlVersionException(SpecVersion specVersion) |
Copyright © 2018–2022. All rights reserved.