LibYaml

dev.hnaderi.yaml4s.LibYaml$
object LibYaml extends YamlBackend

Attributes

Source:
LibYaml.scala
Graph
Supertypes
trait Printer
trait Parser
class Object
trait Matchable
class Any
Self type
LibYaml.type

Members list

Concise view

Type members

Inherited classlikes

case object DocumentLoadFailed extends Exception

Attributes

Inherited from:
LibyamlParser (hidden)
Source:
LibyamlParser.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Product
trait Equals
class Exception
class Throwable
class Object
trait Matchable
class Any
case object NoDocument extends Exception

Attributes

Inherited from:
LibyamlParser (hidden)
Source:
LibyamlParser.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Product
trait Equals
class Exception
class Throwable
class Object
trait Matchable
class Any
case object ParserInitFailed extends Exception

Attributes

Inherited from:
LibyamlParser (hidden)
Source:
LibyamlParser.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Product
trait Equals
class Exception
class Throwable
class Object
trait Matchable
class Any

Value members

Inherited methods

override def parse[T : Writer](input: String): Either[Throwable, T]

Attributes

Definition Classes
LibyamlParser -> Parser
Inherited from:
LibyamlParser (hidden)
Source:
LibyamlParser.scala
override def parseDocuments[T : Writer](input: String): Either[Throwable, Iterable[T]]

Attributes

Definition Classes
LibyamlParser -> Parser
Inherited from:
LibyamlParser (hidden)
Source:
LibyamlParser.scala
final def printAll[T : Visitable](ts: T*): String

Attributes

Inherited from:
Printer
Source:
Parser.scala

Attributes

Inherited from:
Printer
Source:
Parser.scala