object Codecs extends LowPriorityCodecs with PlatformCodecs
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Codecs
- PlatformCodecs
- LowPriorityCodecs
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- implicit val boolCodec: Codec[Boolean]
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- implicit val doubleCodec: Codec[Double]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- 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]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- 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
- 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
- implicit val hnilFromNode: Codec[HNil]
- implicit val intCodec: Codec[Int]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- implicit def listCodec[T](implicit codec: Codec[T]): Codec[List[T]]
- implicit val localDateCodec: Codec[LocalDate]
- Definition Classes
- PlatformCodecs
- implicit val localDateTimeCodec: Codec[LocalDateTime]
- Definition Classes
- PlatformCodecs
- implicit val localTimeCodec: Codec[LocalTime]
- Definition Classes
- PlatformCodecs
- implicit val longCodec: Codec[Long]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- implicit val offsetDateTimeCodec: Codec[OffsetDateTime]
- Definition Classes
- PlatformCodecs
- implicit val stringCodec: Codec[String]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- implicit def tableCodec[T](implicit codec: Codec[T]): Codec[Map[String, T]]
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()