o

toml

Codecs

object Codecs extends LowPriorityCodecs with PlatformCodecs

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Codecs
  2. PlatformCodecs
  3. LowPriorityCodecs
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. implicit val boolCodec: Codec[Boolean]
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. implicit val doubleCodec: Codec[Double]
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. implicit def genericCodec[A, D <: HList, R <: HList](implicit generic: Aux[A, R], defaults: Aux[A, D], defaultMapper: RecordToMap[D], codec: Codec[R]): Codec[A]
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. implicit def hconsFromNode[K <: Symbol, V, T <: HList](implicit witness: Aux[K], fromV: Lazy[Codec[V]], fromT: Lazy[Codec[T]]): Codec[::[FieldType[K, V], T]]
    Definition Classes
    LowPriorityCodecs
  15. implicit def hconsFromNodeOpt[K <: Symbol, V, T <: HList](implicit witness: Aux[K], fromV: Lazy[Codec[V]], fromT: Lazy[Codec[T]]): Codec[::[FieldType[K, Option[V]], T]]
    Definition Classes
    LowPriorityCodecs
  16. implicit val hnilFromNode: Codec[HNil]
  17. implicit val intCodec: Codec[Int]
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. implicit def listCodec[T](implicit codec: Codec[T]): Codec[List[T]]
  20. implicit val longCodec: Codec[Long]
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. implicit val stringCodec: Codec[String]
  25. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  26. implicit def tableCodec[T](implicit codec: Codec[T]): Codec[Map[String, T]]
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from PlatformCodecs

Inherited from LowPriorityCodecs

Inherited from AnyRef

Inherited from Any

Ungrouped