YamlDecoder

org.virtuslab.yaml.YamlDecoder
See theYamlDecoder companion object
trait YamlDecoder[T]

A type class that provides a conversion from a Node into given type T

Attributes

Companion
object
Source
YamlDecoder.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait YamlCodec[T]

Members list

Value members

Abstract methods

def construct(node: Node)(implicit settings: LoadSettings): Either[ConstructError, T]
Implicitly added by forList

Attributes

Source
YamlDecoder.scala
def construct(node: Node)(implicit settings: LoadSettings): Either[ConstructError, T]
Implicitly added by forOption

Attributes

Source
YamlDecoder.scala
def construct(node: Node)(implicit settings: LoadSettings): Either[ConstructError, T]
Implicitly added by forSeq

Attributes

Source
YamlDecoder.scala
def construct(node: Node)(implicit settings: LoadSettings): Either[ConstructError, T]
Implicitly added by forSet

Attributes

Source
YamlDecoder.scala
def construct(node: Node)(implicit settings: LoadSettings): Either[ConstructError, T]

Attributes

Source
YamlDecoder.scala