Uses of Class
org.snakeyaml.engine.v2.nodes.SequenceNode
Packages that use SequenceNode
-
Uses of SequenceNode in org.snakeyaml.engine.v2.composer
Methods in org.snakeyaml.engine.v2.composer that return SequenceNodeModifier and TypeMethodDescriptionprotected SequenceNode
Composer.composeSequenceNode
(Optional<Anchor> anchor) Compose a sequence Node from the input starting with SequenceStartEvent -
Uses of SequenceNode in org.snakeyaml.engine.v2.constructor
Methods in org.snakeyaml.engine.v2.constructor with parameters of type SequenceNodeModifier and TypeMethodDescriptionBaseConstructor.constructSequence
(SequenceNode node) Create instance of Listprotected void
BaseConstructor.constructSequenceStep2
(SequenceNode node, Collection<Object> collection) Fill the collection with the data from provided nodeBaseConstructor.createEmptyListForNode
(SequenceNode node) Create List implementation.