public abstract class CollectionNode<T> extends Node
mapping and
 collection.endMark, resolved, useClassConstructor| Constructor and Description | 
|---|
| CollectionNode(Tag tag,
              Mark startMark,
              Mark endMark,
              Boolean flowStyle)Deprecated.  | 
| CollectionNode(Tag tag,
              Mark startMark,
              Mark endMark,
              DumperOptions.FlowStyle flowStyle) | 
| Modifier and Type | Method and Description | 
|---|---|
| DumperOptions.FlowStyle | getFlowStyle()Serialization style of this collection. | 
| abstract List<T> | getValue()Returns the elements in this sequence. | 
| void | setEndMark(Mark endMark) | 
| void | setFlowStyle(Boolean flowStyle)Deprecated.  | 
| void | setFlowStyle(DumperOptions.FlowStyle flowStyle) | 
equals, getAnchor, getBlockComments, getEndComments, getEndMark, getInLineComments, getNodeId, getStartMark, getTag, getType, hashCode, isResolved, isTwoStepsConstruction, setAnchor, setBlockComments, setEndComments, setInLineComments, setTag, setTwoStepsConstruction, setType, setUseClassConstructor, useClassConstructorpublic CollectionNode(Tag tag, Mark startMark, Mark endMark, DumperOptions.FlowStyle flowStyle)
@Deprecated public CollectionNode(Tag tag, Mark startMark, Mark endMark, Boolean flowStyle)
public abstract List<T> getValue()
public DumperOptions.FlowStyle getFlowStyle()
true for flow style, false for block
         style.public void setFlowStyle(DumperOptions.FlowStyle flowStyle)
@Deprecated public void setFlowStyle(Boolean flowStyle)
public void setEndMark(Mark endMark)
Copyright © 2008–2021. All rights reserved.