MapLiteral

data class MapLiteral(val contents: Map<Yaml, Yaml>) : Yaml.Collection(source)

Constructors

Link copied to clipboard
constructor(vararg child: <Error class: unknown class><Yaml, Yaml>)
constructor(contents: List<<Error class: unknown class><Yaml, Yaml>>)
constructor(contents: Map<Yaml, Yaml>)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun toYaml(): Yaml

Converts this object into a Yaml object.

Link copied to clipboard
open override fun toYamlString(indentation: Int): CharSequence