trait FinaglePostgresDecoders extends AnyRef
Ordering
- Alphabetic
- By Inheritance
Inherited
- FinaglePostgresDecoders
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- type Decoder[T] = FinaglePostgresContext.FinaglePostgresDecoder[T]
- case class FinaglePostgresDecoder[T](vd: ValueDecoder[T], default: (Throwable) ⇒ T = ...) extends FinaglePostgresContext.BaseDecoder[T] with Product with Serializable
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- implicit val bigDecimalDecoder: FinaglePostgresContext.Decoder[BigDecimal]
- implicit val booleanDecoder: FinaglePostgresContext.Decoder[Boolean]
- implicit val byteArrayDecoder: FinaglePostgresContext.Decoder[Array[Byte]]
- implicit val byteDecoder: FinaglePostgresContext.Decoder[Byte]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- implicit val dateDecoder: FinaglePostgresContext.Decoder[Date]
- implicit def decoderDirectly[T](implicit vd: ValueDecoder[T]): FinaglePostgresContext.Decoder[T]
- def decoderMapped[U, T](f: (U) ⇒ T)(implicit vd: ValueDecoder[U]): FinaglePostgresContext.Decoder[T]
- implicit val doubleDecoder: FinaglePostgresContext.Decoder[Double]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- implicit val floatDecoder: FinaglePostgresContext.Decoder[Float]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- implicit val intDecoder: FinaglePostgresContext.Decoder[Int]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- implicit val localDateDecoder: FinaglePostgresContext.Decoder[LocalDate]
- implicit val localDateTimeDecoder: FinaglePostgresContext.Decoder[LocalDateTime]
- implicit val longDecoder: FinaglePostgresContext.Decoder[Long]
- implicit def mappedDecoder[I, O](implicit mapped: FinaglePostgresContext.MappedEncoding[I, O], d: FinaglePostgresContext.Decoder[I]): FinaglePostgresContext.Decoder[O]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- implicit def optionDecoder[T](implicit d: FinaglePostgresContext.Decoder[T]): FinaglePostgresContext.Decoder[Option[T]]
- implicit val shortDecoder: FinaglePostgresContext.Decoder[Short]
- implicit val stringDecoder: FinaglePostgresContext.Decoder[String]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- implicit val uuidDecoder: FinaglePostgresContext.Decoder[UUID]
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()