| Package | Description |
|---|---|
| org.snakeyaml.engine.v2.composer | |
| org.snakeyaml.engine.v2.nodes | |
| org.snakeyaml.engine.v2.representer |
| Modifier and Type | Method and Description |
|---|---|
protected void |
Composer.composeMappingChildren(List<NodeTuple> children,
MappingNode node) |
| Modifier and Type | Method and Description |
|---|---|
List<NodeTuple> |
MappingNode.getValue()
Returns the entries of this map.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MappingNode.setValue(List<NodeTuple> mergedValue) |
| Constructor and Description |
|---|
MappingNode(Tag tag,
boolean resolved,
List<NodeTuple> value,
FlowStyle flowStyle,
Optional<Mark> startMark,
Optional<Mark> endMark) |
MappingNode(Tag tag,
List<NodeTuple> value,
FlowStyle flowStyle) |
| Modifier and Type | Method and Description |
|---|---|
protected NodeTuple |
BaseRepresenter.representMappingEntry(Map.Entry<?,?> entry) |
Copyright © 2018–2022. All rights reserved.