Packages

t

io.getquill.context.mirror

MirrorDecoders

trait MirrorDecoders extends AnyRef

Self Type
MirrorDecoders with Context[_, _]
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MirrorDecoders
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Decoder[T] = (MirrorDecoders.this)#MirrorDecoder[T]
  2. case class MirrorDecoder[T](decoder: (MirrorDecoders.this)#BaseDecoder[T]) extends (MirrorDecoders.this)#BaseDecoder[T] with Product with Serializable
  3. type PrepareRow = Row
  4. type ResultRow = Row

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: (MirrorDecoders.this)#Decoder[BigDecimal]
  6. implicit val booleanDecoder: (MirrorDecoders.this)#Decoder[Boolean]
  7. implicit val byteArrayDecoder: (MirrorDecoders.this)#Decoder[Array[Byte]]
  8. implicit val byteDecoder: (MirrorDecoders.this)#Decoder[Byte]
  9. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  10. implicit val dateDecoder: (MirrorDecoders.this)#Decoder[Date]
  11. def decoder[T](implicit arg0: ClassTag[T]): (MirrorDecoders.this)#Decoder[T]
  12. def decoderUnsafe[T]: (MirrorDecoders.this)#Decoder[T]
  13. implicit val doubleDecoder: (MirrorDecoders.this)#Decoder[Double]
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. implicit val floatDecoder: (MirrorDecoders.this)#Decoder[Float]
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  20. implicit val intDecoder: (MirrorDecoders.this)#Decoder[Int]
  21. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  22. implicit val localDateDecoder: (MirrorDecoders.this)#Decoder[LocalDate]
  23. implicit val longDecoder: (MirrorDecoders.this)#Decoder[Long]
  24. implicit def mappedDecoder[I, O](implicit mapped: (MirrorDecoders.this)#MappedEncoding[I, O], d: (MirrorDecoders.this)#Decoder[I]): (MirrorDecoders.this)#Decoder[O]
  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 optionDecoder[T](implicit d: (MirrorDecoders.this)#Decoder[T]): (MirrorDecoders.this)#Decoder[Option[T]]
  29. implicit val shortDecoder: (MirrorDecoders.this)#Decoder[Short]
  30. implicit val stringDecoder: (MirrorDecoders.this)#Decoder[String]
  31. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  32. def toString(): String
    Definition Classes
    AnyRef → Any
  33. implicit val uuidDecoder: (MirrorDecoders.this)#Decoder[UUID]
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped