Package | Description |
---|---|
org.yaml.snakeyaml.constructor |
Modifier and Type | Method and Description |
---|---|
protected Object |
BaseConstructor.constructArray(SequenceNode node)
Create array from sequence
|
protected Object |
BaseConstructor.constructArrayStep2(SequenceNode node,
Object array)
Fill array from node
|
protected List<? extends Object> |
BaseConstructor.constructSequence(SequenceNode node)
Create List and fill it with data
|
protected void |
BaseConstructor.constructSequenceStep2(SequenceNode node,
Collection<Object> collection)
Fill the provided collection with the data from the Node
|
protected Set<? extends Object> |
BaseConstructor.constructSet(SequenceNode node)
create Set from sequence
|
protected List<Object> |
BaseConstructor.newList(SequenceNode node) |
Copyright © 2008–2022. All rights reserved.