| Package | Description |
|---|---|
| dev.dejvokep.boostedyaml.settings.dumper | |
| dev.dejvokep.boostedyaml.utils.format |
| Modifier and Type | Field and Description |
|---|---|
static Formatter<org.snakeyaml.engine.v2.common.FlowStyle,Map<?,?>> |
DumperSettings.Builder.DEFAULT_MAPPING_FORMATTER
Default mapping node formatter - identity, which returns
DumpSettings.getDefaultFlowStyle(). |
static Formatter<org.snakeyaml.engine.v2.common.FlowStyle,Map<?,?>> |
DumperSettings.Builder.DEFAULT_MAPPING_FORMATTER
Default mapping node formatter - identity, which returns
DumpSettings.getDefaultFlowStyle(). |
static Formatter<org.snakeyaml.engine.v2.common.ScalarStyle,String> |
DumperSettings.Builder.DEFAULT_SCALAR_FORMATTER
Default scalar node formatter - identity, which returns
DumpSettings.getDefaultScalarStyle(). |
static Formatter<org.snakeyaml.engine.v2.common.ScalarStyle,String> |
DumperSettings.Builder.DEFAULT_SCALAR_FORMATTER
Default scalar node formatter - identity, which returns
DumpSettings.getDefaultScalarStyle(). |
static Formatter<org.snakeyaml.engine.v2.common.FlowStyle,Iterable<?>> |
DumperSettings.Builder.DEFAULT_SEQUENCE_FORMATTER
Default sequence node formatter - identity, which returns
DumpSettings.getDefaultFlowStyle(). |
static Formatter<org.snakeyaml.engine.v2.common.FlowStyle,Iterable<?>> |
DumperSettings.Builder.DEFAULT_SEQUENCE_FORMATTER
Default sequence node formatter - identity, which returns
DumpSettings.getDefaultFlowStyle(). |
| Modifier and Type | Method and Description |
|---|---|
Formatter<org.snakeyaml.engine.v2.common.FlowStyle,Map<?,?>> |
DumperSettings.getMappingFormatter()
Returns the formatter to use for mapping nodes.
|
Formatter<org.snakeyaml.engine.v2.common.FlowStyle,Map<?,?>> |
DumperSettings.getMappingFormatter()
Returns the formatter to use for mapping nodes.
|
Formatter<org.snakeyaml.engine.v2.common.ScalarStyle,String> |
DumperSettings.getScalarFormatter()
Returns the formatter to use for scalar nodes.
|
Formatter<org.snakeyaml.engine.v2.common.ScalarStyle,String> |
DumperSettings.getScalarFormatter()
Returns the formatter to use for scalar nodes.
|
Formatter<org.snakeyaml.engine.v2.common.FlowStyle,Iterable<?>> |
DumperSettings.getSequenceFormatter()
Returns the formatter to use for sequence nodes.
|
Formatter<org.snakeyaml.engine.v2.common.FlowStyle,Iterable<?>> |
DumperSettings.getSequenceFormatter()
Returns the formatter to use for sequence nodes.
|
| Modifier and Type | Method and Description |
|---|---|
DumperSettings.Builder |
DumperSettings.Builder.setMappingFormatter(Formatter<org.snakeyaml.engine.v2.common.FlowStyle,Map<?,?>> formatter)
Sets the mapping formatter to use when formatting mapping nodes.
|
DumperSettings.Builder |
DumperSettings.Builder.setMappingFormatter(Formatter<org.snakeyaml.engine.v2.common.FlowStyle,Map<?,?>> formatter)
Sets the mapping formatter to use when formatting mapping nodes.
|
DumperSettings.Builder |
DumperSettings.Builder.setScalarFormatter(Formatter<org.snakeyaml.engine.v2.common.ScalarStyle,String> formatter)
Sets the scalar formatter to use when formatting scalar nodes.
|
DumperSettings.Builder |
DumperSettings.Builder.setScalarFormatter(Formatter<org.snakeyaml.engine.v2.common.ScalarStyle,String> formatter)
Sets the scalar formatter to use when formatting scalar nodes.
|
DumperSettings.Builder |
DumperSettings.Builder.setSequenceFormatter(Formatter<org.snakeyaml.engine.v2.common.FlowStyle,Iterable<?>> formatter)
Sets the sequence formatter to use when formatting sequence nodes.
|
DumperSettings.Builder |
DumperSettings.Builder.setSequenceFormatter(Formatter<org.snakeyaml.engine.v2.common.FlowStyle,Iterable<?>> formatter)
Sets the sequence formatter to use when formatting sequence nodes.
|
| Modifier and Type | Method and Description |
|---|---|
static <S,V> Formatter<S,V> |
Formatter.identity()
Returns a formatter which returns the default style, as given to the method (as configured by the respective
setting).
|
static <S,V> Formatter<S,V> |
Formatter.identity()
Returns a formatter which returns the default style, as given to the method (as configured by the respective
setting).
|
Copyright © 2024. All rights reserved.