Uses of Class
org.yaml.snakeyaml.nodes.SequenceNode
Packages that use SequenceNode
-
Uses of SequenceNode in org.yaml.snakeyaml.constructor
Methods in org.yaml.snakeyaml.constructor with parameters of type SequenceNodeModifier and TypeMethodDescriptionprotected ObjectBaseConstructor.constructArray(SequenceNode node) Create array from sequenceprotected ObjectBaseConstructor.constructArrayStep2(SequenceNode node, Object array) Fill array from nodeBaseConstructor.constructSequence(SequenceNode node) Create List and fill it with dataprotected voidBaseConstructor.constructSequenceStep2(SequenceNode node, Collection<Object> collection) Fill the provided collection with the data from the NodeBaseConstructor.constructSet(SequenceNode node) create Set from sequenceBaseConstructor.newList(SequenceNode node)