Class CollectionStartEvent

    • Method Detail

      • getTag

        public Optional<String> getTag()
        Tag of this collection.
        Returns:
        The tag of this collection, or empty if no explicit tag is available.
      • isImplicit

        public boolean isImplicit()
        true if the tag can be omitted while this collection is emitted.
        Returns:
        True if the tag can be omitted while this collection is emitted.
      • getFlowStyle

        public FlowStyle getFlowStyle()
        true if this collection is in flow style, false for block style.
        Returns:
        If this collection is in flow style.
      • isFlow

        public boolean isFlow()