Trait

io.getquill.context.async

Encoders

Related Doc: package async

Permalink

trait Encoders extends AnyRef

Self Type
AsyncContext[_, _, _]
Linear Supertypes
AnyRef, Any
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. All

Type Members

  1. case class AsyncEncoder[T](sqlType: AsyncContext.DecoderSqlType)(implicit encoder: AsyncContext.BaseEncoder[T]) extends AsyncContext.BaseEncoder[T] with Product with Serializable

    Permalink
  2. type Encoder[T] = AsyncContext.AsyncEncoder[T]

    Permalink
  3. type EncoderSqlType = SqlTypes.Value

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. implicit val bigDecimalEncoder: AsyncContext.Encoder[BigDecimal]

    Permalink
  6. implicit val booleanEncoder: AsyncContext.Encoder[Boolean]

    Permalink
  7. implicit val byteArrayEncoder: AsyncContext.Encoder[Array[Byte]]

    Permalink
  8. implicit val byteEncoder: AsyncContext.Encoder[Byte]

    Permalink
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. implicit val dateEncoder: AsyncContext.Encoder[Date]

    Permalink
  11. implicit val doubleEncoder: AsyncContext.Encoder[Double]

    Permalink
  12. implicit val encodeLocalDate: AsyncContext.MappedEncoding[LocalDate, LocalDate]

    Permalink
  13. implicit val encodeLocalDateTime: AsyncContext.MappedEncoding[LocalDateTime, LocalDateTime]

    Permalink
  14. implicit val encodeLocalTime: AsyncContext.MappedEncoding[LocalTime, LocalTime]

    Permalink
  15. implicit val encodeOffsetDateTime: AsyncContext.MappedEncoding[OffsetDateTime, DateTime]

    Permalink
  16. implicit val encodeZonedDateTime: AsyncContext.MappedEncoding[ZonedDateTime, DateTime]

    Permalink
  17. def encoder[T](f: (T) ⇒ Any, sqlType: AsyncContext.DecoderSqlType): AsyncContext.Encoder[T]

    Permalink
  18. def encoder[T](sqlType: AsyncContext.DecoderSqlType): AsyncContext.Encoder[T]

    Permalink
  19. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  21. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. implicit val floatEncoder: AsyncContext.Encoder[Float]

    Permalink
  23. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  24. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  25. implicit val intEncoder: AsyncContext.Encoder[Int]

    Permalink
  26. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  27. implicit val jodaDateTimeEncoder: AsyncContext.Encoder[DateTime]

    Permalink
  28. implicit val jodaLocalDateEncoder: AsyncContext.Encoder[LocalDate]

    Permalink
  29. implicit val jodaLocalDateTimeEncoder: AsyncContext.Encoder[LocalDateTime]

    Permalink
  30. implicit val localDateEncoder: AsyncContext.Encoder[LocalDate]

    Permalink
  31. implicit val longEncoder: AsyncContext.Encoder[Long]

    Permalink
  32. implicit def mappedEncoder[I, O](implicit mapped: AsyncContext.MappedEncoding[I, O], e: AsyncContext.Encoder[O]): AsyncContext.Encoder[I]

    Permalink
  33. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  34. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  35. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  36. implicit def optionEncoder[T](implicit d: AsyncContext.Encoder[T]): AsyncContext.Encoder[Option[T]]

    Permalink
  37. implicit val shortEncoder: AsyncContext.Encoder[Short]

    Permalink
  38. implicit val stringEncoder: AsyncContext.Encoder[String]

    Permalink
  39. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  40. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  41. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped