| 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 |
|---|---|
static YamlDocument |
YamlDocument.create(File document,
GeneralSettings generalSettings,
LoaderSettings loaderSettings,
DumperSettings dumperSettings,
UpdaterSettings updaterSettings)
Creates and initially loads YAML document from the given file using the given settings.
|
static YamlDocument |
YamlDocument.create(File document,
GeneralSettings generalSettings,
LoaderSettings loaderSettings,
DumperSettings dumperSettings,
UpdaterSettings updaterSettings)
Creates and initially loads YAML document from the given file using the given settings.
|
static YamlDocument |
YamlDocument.create(File document,
InputStream defaults,
GeneralSettings generalSettings,
LoaderSettings loaderSettings,
DumperSettings dumperSettings,
UpdaterSettings updaterSettings)
Creates and initially loads YAML document from the given file using the given settings.
|
static YamlDocument |
YamlDocument.create(File document,
InputStream defaults,
GeneralSettings generalSettings,
LoaderSettings loaderSettings,
DumperSettings dumperSettings,
UpdaterSettings updaterSettings)
Creates and initially loads YAML document from the given file using the given settings.
|
static YamlDocument |
YamlDocument.create(InputStream document,
GeneralSettings generalSettings,
LoaderSettings loaderSettings,
DumperSettings dumperSettings,
UpdaterSettings updaterSettings)
Creates and initially loads YAML document from the given stream using the given settings.
|
static YamlDocument |
YamlDocument.create(InputStream document,
GeneralSettings generalSettings,
LoaderSettings loaderSettings,
DumperSettings dumperSettings,
UpdaterSettings updaterSettings)
Creates and initially loads YAML document from the given stream using the given settings.
|
static YamlDocument |
YamlDocument.create(InputStream document,
InputStream defaults,
GeneralSettings generalSettings,
LoaderSettings loaderSettings,
DumperSettings dumperSettings,
UpdaterSettings updaterSettings)
Creates and initially loads YAML document from the given stream using the given settings.
|
static YamlDocument |
YamlDocument.create(InputStream document,
InputStream defaults,
GeneralSettings generalSettings,
LoaderSettings loaderSettings,
DumperSettings dumperSettings,
UpdaterSettings updaterSettings)
Creates and initially loads YAML document from the given stream using the given settings.
|
void |
YamlDocument.setGeneralSettings(GeneralSettings generalSettings)
Associates new general settings.
|
void |
YamlDocument.setGeneralSettings(GeneralSettings generalSettings)
Associates new general settings.
|
| Constructor and Description |
|---|
ExtendedRepresenter(GeneralSettings generalSettings,
org.snakeyaml.engine.v2.api.DumpSettings dumpSettings)
Creates an instance of the representer.
|
ExtendedRepresenter(GeneralSettings generalSettings,
org.snakeyaml.engine.v2.api.DumpSettings dumpSettings)
Creates an instance of the representer.
|
| Constructor and Description |
|---|
RouteFactory(GeneralSettings generalSettings)
Creates a factory with the separator specified by the given settings.
|
RouteFactory(GeneralSettings generalSettings)
Creates a factory with the separator specified by the given settings.
|
| 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 © 2022. All rights reserved.