Packages

trait Encoders extends AnyRef

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

Type Members

  1. case class AsyncEncoder[T](sqlType: ZioJAsyncContext.DecoderSqlType)(implicit encoder: ZioJAsyncContext.BaseEncoder[T]) extends ZioJAsyncContext.BaseEncoder[T] with Product with Serializable
  2. type DecoderSqlType = SqlTypes.Value
  3. type Encoder[T] = ZioJAsyncContext.AsyncEncoder[T]
  4. type EncoderSqlType = SqlTypes.Value
  5. type PrepareRow = Seq[Any]
  6. type ResultRow = RowData
  7. 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 bigDecimalEncoder: ZioJAsyncContext.Encoder[BigDecimal]
  6. implicit val booleanEncoder: ZioJAsyncContext.Encoder[Boolean]
  7. implicit val byteArrayEncoder: ZioJAsyncContext.Encoder[Array[Byte]]
  8. implicit val byteEncoder: ZioJAsyncContext.Encoder[Byte]
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  10. implicit val dateEncoder: ZioJAsyncContext.Encoder[Date]
  11. implicit val doubleEncoder: ZioJAsyncContext.Encoder[Double]
  12. def encoder[T](f: (T) => Any, sqlType: ZioJAsyncContext.DecoderSqlType): ZioJAsyncContext.Encoder[T]
  13. def encoder[T](sqlType: ZioJAsyncContext.DecoderSqlType): ZioJAsyncContext.Encoder[T]
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  16. implicit val floatEncoder: ZioJAsyncContext.Encoder[Float]
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. implicit val intEncoder: ZioJAsyncContext.Encoder[Int]
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. implicit val localDateEncoder: ZioJAsyncContext.Encoder[LocalDate]
  22. implicit val localDateTimeEncoder: ZioJAsyncContext.Encoder[LocalDateTime]
  23. implicit val longEncoder: ZioJAsyncContext.Encoder[Long]
  24. implicit def mappedEncoder[I, O](implicit mapped: ZioJAsyncContext.MappedEncoding[I, O], e: ZioJAsyncContext.Encoder[O]): ZioJAsyncContext.Encoder[I]
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. implicit def optionEncoder[T](implicit d: ZioJAsyncContext.Encoder[T]): ZioJAsyncContext.Encoder[Option[T]]
  29. implicit val shortEncoder: ZioJAsyncContext.Encoder[Short]
  30. implicit val stringEncoder: ZioJAsyncContext.Encoder[String]
  31. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  35. 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