Packages

trait YamlCodec[T] extends YamlDecoder[T] with YamlEncoder[T]

A type class that provides both-way conversion between Node and T

Self Type
YamlCodec[T]
Linear Supertypes
YamlEncoder[T], YamlDecoder[T], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. YamlCodec
  2. YamlEncoder
  3. YamlDecoder
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def asNode(obj: T): Node
    Definition Classes
    YamlEncoder
  2. abstract def construct(node: Node)(implicit settings: LoadSettings = LoadSettings.empty): Either[ConstructError, T]
    Definition Classes
    YamlDecoder

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  9. final def flatMap[T1](f: (T) => YamlDecoder[T1]): YamlDecoder[T1]
    Definition Classes
    YamlDecoder
  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. final def map[T1](f: (T) => T1): YamlDecoder[T1]
    Definition Classes
    YamlDecoder
  14. final def mapContra[T1](f: (T1) => T): YamlEncoder[T1]
    Definition Classes
    YamlEncoder
  15. final def mapError[T1](f: (T) => Either[ConstructError, T1]): YamlDecoder[T1]
    Definition Classes
    YamlDecoder
  16. def mapInvariant[T1](f: (T) => T1)(g: (T1) => T): YamlCodec[T1]
  17. def mapInvariantError[T1](f: (T) => Either[ConstructError, T1])(g: (T1) => T): YamlCodec[T1]
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def orElse[T1 >: T](that: => YamlDecoder[T1]): YamlDecoder[T1]
    Definition Classes
    YamlDecoder
  22. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  23. def toString(): String
    Definition Classes
    AnyRef → Any
  24. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  27. final def widen[T1 >: T]: YamlDecoder[T1]
    Definition Classes
    YamlDecoder

Inherited from YamlEncoder[T]

Inherited from YamlDecoder[T]

Inherited from AnyRef

Inherited from Any

Ungrouped