| Package | Description |
|---|---|
| org.yaml.snakeyaml | |
| org.yaml.snakeyaml.emitter | |
| org.yaml.snakeyaml.events | |
| org.yaml.snakeyaml.parser | |
| org.yaml.snakeyaml.serializer |
| Modifier and Type | Field and Description |
|---|---|
private DumperOptions.Version |
DumperOptions.version |
| Modifier and Type | Method and Description |
|---|---|
DumperOptions.Version |
DumperOptions.getVersion() |
static DumperOptions.Version |
DumperOptions.Version.valueOf(java.lang.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) |
| Modifier and Type | Method and Description |
|---|---|
private java.lang.String |
Emitter.prepareVersion(DumperOptions.Version version) |
| Modifier and Type | Field and Description |
|---|---|
private DumperOptions.Version |
DocumentStartEvent.version |
| 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,
java.util.Map<java.lang.String,java.lang.String> tags) |
| Modifier and Type | Field and Description |
|---|---|
private DumperOptions.Version |
VersionTagsTuple.version |
| Modifier and Type | Method and Description |
|---|---|
DumperOptions.Version |
VersionTagsTuple.getVersion() |
| Constructor and Description |
|---|
VersionTagsTuple(DumperOptions.Version version,
java.util.Map<java.lang.String,java.lang.String> tags) |
| Modifier and Type | Field and Description |
|---|---|
private DumperOptions.Version |
Serializer.useVersion |