Packages

trait Decoders extends AnyRef

Self Type
ZioJAsyncContext[_, _, _]
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Decoders
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. case class AsyncDecoder[T](sqlType: ZioJAsyncContext.DecoderSqlType)(implicit decoder: ZioJAsyncContext.BaseDecoder[T]) extends ZioJAsyncContext.BaseDecoder[T] with Product with Serializable
  2. type Decoder[T] = ZioJAsyncContext.AsyncDecoder[T]
  3. type DecoderSqlType = SqlTypes.Value
  4. trait NumericDecoder[T] extends ZioJAsyncContext.BaseDecoder[T]
  5. type ResultRow = RowData
  6. type Session = Unit

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 bigDecimalDecoder: ZioJAsyncContext.Decoder[BigDecimal]
  6. implicit val booleanDecoder: ZioJAsyncContext.Decoder[Boolean]
  7. implicit val byteArrayDecoder: ZioJAsyncContext.Decoder[Array[Byte]]
  8. implicit val byteDecoder: ZioJAsyncContext.Decoder[Byte]
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  10. implicit val dateDecoder: ZioJAsyncContext.Decoder[Date]
  11. def decoder[T](f: PartialFunction[Any, T] = PartialFunction.empty, sqlType: ZioJAsyncContext.DecoderSqlType)(implicit arg0: ClassTag[T]): ZioJAsyncContext.Decoder[T]
  12. implicit val doubleDecoder: ZioJAsyncContext.Decoder[Double]
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  15. implicit val floatDecoder: ZioJAsyncContext.Decoder[Float]
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. implicit val intDecoder: ZioJAsyncContext.Decoder[Int]
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. implicit val localDateDecoder: ZioJAsyncContext.Decoder[LocalDate]
  21. implicit val localDateTimeDecoder: ZioJAsyncContext.Decoder[LocalDateTime]
  22. implicit val longDecoder: ZioJAsyncContext.Decoder[Long]
  23. implicit def mappedDecoder[I, O](implicit mapped: ZioJAsyncContext.MappedEncoding[I, O], decoder: ZioJAsyncContext.Decoder[I]): ZioJAsyncContext.Decoder[O]
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. implicit def optionDecoder[T](implicit d: ZioJAsyncContext.Decoder[T]): ZioJAsyncContext.Decoder[Option[T]]
  28. implicit val shortDecoder: ZioJAsyncContext.Decoder[Short]
  29. implicit val stringDecoder: ZioJAsyncContext.Decoder[String]
  30. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from AnyRef

Inherited from Any

Ungrouped