| Package | Description |
|---|---|
| org.snakeyaml.engine.v2.api | |
| org.snakeyaml.engine.v2.schema |
| Modifier and Type | Method and Description |
|---|---|
Schema |
LoadSettings.getSchema() |
Schema |
DumpSettings.getSchema() |
| Modifier and Type | Method and Description |
|---|---|
LoadSettingsBuilder |
LoadSettingsBuilder.setSchema(Schema schema)
Provide either recommended or custom
schema instead of
default *
CoreSchema These 3 are available
FailsafeSchema,
JsonSchema,
CoreSchema. |
DumpSettingsBuilder |
DumpSettingsBuilder.setSchema(Schema schema)
Provide either recommended or custom
schema instead of
default
JsonSchema. |
| Modifier and Type | Class and Description |
|---|---|
class |
CoreSchema
Core schema
|
class |
FailsafeSchema
The failsafe schema is guaranteed to work with any YAML document.
|
class |
JsonSchema
Default schema
|
Copyright © 2018–2023. All rights reserved.