Package org.yaml.snakeyaml.nodes
Class CollectionNode<T>
java.lang.Object
org.yaml.snakeyaml.nodes.Node
org.yaml.snakeyaml.nodes.CollectionNode<T>
- Direct Known Subclasses:
MappingNode
,SequenceNode
Base class for the two collection types
mapping
and
collection
.-
Field Summary
FieldsFields inherited from class org.yaml.snakeyaml.nodes.Node
endMark, resolved, useClassConstructor
-
Constructor Summary
ConstructorsConstructorDescriptionCollectionNode
(Tag tag, Mark startMark, Mark endMark, Boolean flowStyle) Deprecated.CollectionNode
(Tag tag, Mark startMark, Mark endMark, DumperOptions.FlowStyle flowStyle) -
Method Summary
Modifier and TypeMethodDescriptionSerialization style of this collection.getValue()
Returns the elements in this sequence.void
setEndMark
(Mark endMark) void
setFlowStyle
(Boolean flowStyle) Deprecated.void
setFlowStyle
(DumperOptions.FlowStyle flowStyle) Methods inherited from class org.yaml.snakeyaml.nodes.Node
equals, getAnchor, getEndMark, getNodeId, getStartMark, getTag, getType, hashCode, isResolved, isTwoStepsConstruction, setAnchor, setTag, setTwoStepsConstruction, setType, setUseClassConstructor, useClassConstructor
-
Field Details
-
flowStyle
-
-
Constructor Details
-
CollectionNode
-
CollectionNode
Deprecated.
-
-
Method Details
-
getValue
Returns the elements in this sequence.- Returns:
- Nodes in the specified order.
-
getFlowStyle
Serialization style of this collection.- Returns:
true
for flow style,false
for block style.
-
setFlowStyle
-
setFlowStyle
Deprecated. -
setEndMark
-