Class CollectionNode<T>

    • Constructor Detail

      • CollectionNode

        @Deprecated
        public CollectionNode​(Tag tag,
                              Mark startMark,
                              Mark endMark,
                              java.lang.Boolean flowStyle)
        Deprecated.
    • Method Detail

      • getValue

        public abstract java.util.List<T> getValue()
        Returns the elements in this sequence.
        Returns:
        Nodes in the specified order.
      • getFlowStyle

        public DumperOptions.FlowStyle getFlowStyle()
        Serialization style of this collection.
        Returns:
        true for flow style, false for block style.
      • setEndMark

        public void setEndMark​(Mark endMark)