| Modifier and Type | Method and Description |
|---|---|
GeneralSettings |
YamlDocument.getGeneralSettings()
Returns the general settings associated with the file.
|
GeneralSettings |
YamlDocument.getGeneralSettings()
Returns the general settings associated with the file.
|
| Modifier and Type | Method and Description |
|---|---|
void |
YamlDocument.setGeneralSettings(GeneralSettings generalSettings)
Deprecated.
replaced by
YamlDocument.setSettings(Settings...) and subject for removal |
void |
YamlDocument.setGeneralSettings(GeneralSettings generalSettings)
Deprecated.
replaced by
YamlDocument.setSettings(Settings...) and subject for removal |
| Constructor and Description |
|---|
ExtendedRepresenter(GeneralSettings generalSettings,
DumperSettings dumperSettings)
Creates an instance of the representer.
|
ExtendedRepresenter(GeneralSettings generalSettings,
DumperSettings dumperSettings)
Creates an instance of the representer.
|
ExtendedRepresenter(GeneralSettings generalSettings,
DumperSettings dumperSettings,
org.snakeyaml.engine.v2.api.DumpSettings engineSettings)
Creates an instance of the representer.
|
ExtendedRepresenter(GeneralSettings generalSettings,
DumperSettings dumperSettings,
org.snakeyaml.engine.v2.api.DumpSettings engineSettings)
Creates an instance of the representer.
|
| Constructor and Description |
|---|
RouteFactory(GeneralSettings generalSettings)
Creates a factory with the given setting's
separator. |
RouteFactory(GeneralSettings generalSettings)
Creates a factory with the given setting's
separator. |
| Modifier and Type | Field and Description |
|---|---|
static GeneralSettings |
GeneralSettings.DEFAULT
Default general settings.
|
static GeneralSettings |
GeneralSettings.DEFAULT
Default general settings.
|
| Modifier and Type | Method and Description |
|---|---|
GeneralSettings |
GeneralSettings.Builder.build()
Builds the settings.
|
GeneralSettings |
GeneralSettings.Builder.build()
Builds the settings.
|
| Modifier and Type | Method and Description |
|---|---|
static GeneralSettings.Builder |
GeneralSettings.builder(GeneralSettings settings)
Returns a new builder with the same configuration as the given settings.
|
static GeneralSettings.Builder |
GeneralSettings.builder(GeneralSettings settings)
Returns a new builder with the same configuration as the given settings.
|
| Modifier and Type | Method and Description |
|---|---|
org.snakeyaml.engine.v2.api.LoadSettings |
LoaderSettings.buildEngineSettings(GeneralSettings generalSettings)
Builds the SnakeYAML Engine settings.
|
org.snakeyaml.engine.v2.api.LoadSettings |
LoaderSettings.buildEngineSettings(GeneralSettings generalSettings)
Builds the SnakeYAML Engine settings.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
Updater.update(Section document,
Section defaults,
UpdaterSettings updaterSettings,
GeneralSettings generalSettings)
Updates the given document against the given defaults and settings.
|
static void |
Updater.update(Section document,
Section defaults,
UpdaterSettings updaterSettings,
GeneralSettings generalSettings)
Updates the given document against the given defaults and settings.
|
Copyright © 2024. All rights reserved.