| Package | Description |
|---|---|
| dev.dejvokep.boostedyaml | |
| dev.dejvokep.boostedyaml.engine | |
| dev.dejvokep.boostedyaml.settings.dumper |
| Modifier and Type | Method and Description |
|---|---|
DumperSettings |
YamlDocument.getDumperSettings()
Returns the dumper settings associated with the file.
|
DumperSettings |
YamlDocument.getDumperSettings()
Returns the dumper settings associated with the file.
|
| Modifier and Type | Method and Description |
|---|---|
String |
YamlDocument.dump(DumperSettings dumperSettings)
Dumps the contents to a string using the given dumper and associated
general
settings. |
String |
YamlDocument.dump(DumperSettings dumperSettings)
Dumps the contents to a string using the given dumper and associated
general
settings. |
void |
YamlDocument.setDumperSettings(DumperSettings dumperSettings)
Deprecated.
replaced by
YamlDocument.setSettings(Settings...) and subject for removal |
void |
YamlDocument.setDumperSettings(DumperSettings dumperSettings)
Deprecated.
replaced by
YamlDocument.setSettings(Settings...) and subject for removal |
| Constructor and Description |
|---|
ExtendedRepresenter(Class<?> documentType,
GeneralSettings generalSettings,
DumperSettings dumperSettings,
org.snakeyaml.engine.v2.api.DumpSettings engineSettings)
Creates an instance of the representer.
|
ExtendedRepresenter(Class<?> documentType,
GeneralSettings generalSettings,
DumperSettings dumperSettings,
org.snakeyaml.engine.v2.api.DumpSettings engineSettings)
Creates an instance of the representer.
|
ExtendedRepresenter(GeneralSettings generalSettings,
DumperSettings dumperSettings)
Creates an instance of the representer.
|
ExtendedRepresenter(GeneralSettings generalSettings,
DumperSettings dumperSettings)
Creates an instance of the representer.
|
| Modifier and Type | Field and Description |
|---|---|
static DumperSettings |
DumperSettings.DEFAULT
Default dumper settings.
|
static DumperSettings |
DumperSettings.DEFAULT
Default dumper settings.
|
| Modifier and Type | Method and Description |
|---|---|
DumperSettings |
DumperSettings.Builder.build()
Builds the settings.
|
DumperSettings |
DumperSettings.Builder.build()
Builds the settings.
|
| Modifier and Type | Method and Description |
|---|---|
static DumperSettings.Builder |
DumperSettings.builder(DumperSettings settings)
Returns a new builder with the same configuration as the given settings.
|
static DumperSettings.Builder |
DumperSettings.builder(DumperSettings settings)
Returns a new builder with the same configuration as the given settings.
|
Copyright © 2024. All rights reserved.