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 decodeZonedDateTime: AsyncContext.MappedEncoding[DateTime, ZonedDateTime]

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

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

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

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

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

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

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

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

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

    Permalink
  23. final def isInstanceOf[T0]: Boolean

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped