Trait

io.getquill.context.async

Decoders

Related Doc: package async

Permalink

trait Decoders extends AnyRef

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

Type Members

  1. case class AsyncDecoder[T](sqlType: AsyncContext.DecoderSqlType)(implicit decoder: AsyncContext.BaseDecoder[T]) extends AsyncContext.BaseDecoder[T] with Product with Serializable

    Permalink
  2. type Decoder[T] = AsyncContext.AsyncDecoder[T]

    Permalink
  3. type DecoderSqlType = SqlTypes.Value

    Permalink
  4. trait NumericDecoder[T] extends AsyncContext.BaseDecoder[T]

    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 bigDecimalDecoder: AsyncContext.Decoder[BigDecimal]

    Permalink
  6. implicit val booleanDecoder: AsyncContext.Decoder[Boolean]

    Permalink
  7. implicit val byteArrayDecoder: AsyncContext.Decoder[Array[Byte]]

    Permalink
  8. implicit val byteDecoder: AsyncContext.Decoder[Byte]

    Permalink
  9. def clone(): AnyRef

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

    Permalink
  11. implicit val decodeLocalDate: AsyncContext.MappedEncoding[LocalDate, LocalDate]

    Permalink
  12. implicit val decodeLocalDateTime: AsyncContext.MappedEncoding[LocalDateTime, LocalDateTime]

    Permalink
  13. implicit val decodeLocalTime: AsyncContext.MappedEncoding[LocalTime, LocalTime]

    Permalink
  14. implicit val decodeOffsetDateTime: AsyncContext.MappedEncoding[DateTime, OffsetDateTime]

    Permalink
  15. implicit val decodeZonedDateTime: AsyncContext.MappedEncoding[DateTime, ZonedDateTime]

    Permalink
  16. def decoder[T](f: PartialFunction[Any, T] = PartialFunction.empty, sqlType: AsyncContext.DecoderSqlType)(implicit arg0: ClassTag[T]): AsyncContext.Decoder[T]

    Permalink
  17. implicit val doubleDecoder: AsyncContext.Decoder[Double]

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. implicit val floatDecoder: AsyncContext.Decoder[Float]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  24. implicit val intDecoder: AsyncContext.Decoder[Int]

    Permalink
  25. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  26. implicit val jodaDateTimeDecoder: AsyncContext.Decoder[DateTime]

    Permalink
  27. implicit val jodaLocalDateDecoder: AsyncContext.Decoder[LocalDate]

    Permalink
  28. implicit val jodaLocalDateTimeDecoder: AsyncContext.Decoder[LocalDateTime]

    Permalink
  29. implicit val localDateDecoder: AsyncContext.Decoder[LocalDate]

    Permalink
  30. implicit val longDecoder: AsyncContext.Decoder[Long]

    Permalink
  31. implicit def mappedDecoder[I, O](implicit mapped: AsyncContext.MappedEncoding[I, O], decoder: AsyncContext.Decoder[I]): AsyncContext.Decoder[O]

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

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

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

    Permalink
    Definition Classes
    AnyRef
  35. implicit def optionDecoder[T](implicit d: AsyncContext.Decoder[T]): AsyncContext.Decoder[Option[T]]

    Permalink
  36. implicit val shortDecoder: AsyncContext.Decoder[Short]

    Permalink
  37. implicit val stringDecoder: AsyncContext.Decoder[String]

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

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

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

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped