Class CollectionNode<T>

    • Method Detail

      • getValue

        public abstract 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)