Parser

io.circe.yaml.common.Parser
See theParser companion object
trait Parser extends Parser

Attributes

Companion:
object
Source:
Parser.scala
Graph
Supertypes
trait Parser
trait Serializable
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Abstract methods

def decode[A : Decoder](input: Reader): Either[Error, A]

Attributes

Source:
Parser.scala
def decodeAccumulating[A : Decoder](input: Reader): ValidatedNel[Error, A]

Attributes

Source:
Parser.scala
def parse(yaml: Reader): Either[ParsingFailure, Json]

Parse YAML from the given Reader, returning either ParsingFailure or Json

Parse YAML from the given Reader, returning either ParsingFailure or Json

Attributes

Source:
Parser.scala

Attributes

Source:
Parser.scala

Inherited methods

final def decode[A : Decoder](input: String): Either[Error, A]

Attributes

Inherited from:
Parser
Source:
Parser.scala

Attributes

Inherited from:
Parser
Source:
Parser.scala

Attributes

Inherited from:
Parser
Source:
Parser.scala