NodeEventMetadata

org.virtuslab.yaml.internal.load.parse.NodeEventMetadata
See theNodeEventMetadata companion object
final case class NodeEventMetadata(anchor: Option[Anchor], tag: Option[Tag])

Carries additional information about event which represents YAML node (scalar, start of mapping or sequence). This could be:

  • anchor
  • tags (not yet supported)

Attributes

Companion
object
Source
Event.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Attributes

Source
Event.scala

Attributes

Source
Event.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product