MappingNode

final case class MappingNode extends Node
Companion:
object
Source:
Node.scala
trait Serializable
trait Product
trait Equals
trait Node
class Object
trait Matchable
class Any

Value members

Inherited methods

def as[T](implicit c: YamlDecoder[T], settings: LoadSettings): Either[YamlError, T]
Inherited from:
Node
Source:
Node.scala
def modify(field: String): NodeVisitor
Inherited from:
Node
Source:
Node.scala
def modify(index: Int): NodeVisitor
Inherited from:
Node
Source:
Node.scala
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product