object ValueDecoder

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ValueDecoder
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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. val Oid: ValueDecoder[Long]
  5. def apply[T](implicit arg0: ValueDecoder[T]): ValueDecoder[T]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. implicit val bigDecimal: ValueDecoder[BigDecimal]
  8. implicit val boolean: ValueDecoder[Boolean]
  9. implicit val bytea: ValueDecoder[Array[Byte]]
  10. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. val decoders: PartialFunction[String, ValueDecoder[_]]
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. implicit val float4: ValueDecoder[Float]
  16. implicit val float8: ValueDecoder[Double]
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  19. implicit val hstoreMap: ValueDecoder[Map[String, Option[String]]]
  20. implicit val inet: ValueDecoder[InetAddress]
  21. def instance[T](text: (String, String) ⇒ Try[T], binary: (String, ChannelBuffer, Charset) ⇒ Try[T]): ValueDecoder[T]
  22. def instance[T](text: (String) ⇒ Try[T], binary: (ChannelBuffer, Charset) ⇒ Try[T]): ValueDecoder[T]
  23. implicit val instant: ValueDecoder[Instant]
  24. implicit val int2: ValueDecoder[Short]
  25. implicit val int4: ValueDecoder[Int]
  26. implicit val int8: ValueDecoder[Long]
  27. implicit val interval: ValueDecoder[Interval]
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. implicit val javaBigDecimal: ValueDecoder[BigDecimal]
  30. val jsonb: ValueDecoder[String]
  31. implicit val localDate: ValueDecoder[LocalDate]
  32. implicit val localDateTime: ValueDecoder[LocalDateTime]
  33. implicit val localTime: ValueDecoder[LocalTime]
  34. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  35. val never: ValueDecoder[Nothing]
  36. final def notify(): Unit
    Definition Classes
    AnyRef
  37. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  38. implicit val offsetDateTime: ValueDecoder[OffsetDateTime]
  39. implicit val offsetTime: ValueDecoder[OffsetTime]
  40. implicit val string: ValueDecoder[String]
  41. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  42. def toString(): String
    Definition Classes
    AnyRef → Any
  43. val unknown: ValueDecoder[Either[String, Array[Byte]]]
  44. def unknownBinary(t: (ChannelBuffer, Charset)): Try[Any]
  45. implicit val uuid: ValueDecoder[UUID]
  46. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. implicit val zonedDateTime: ValueDecoder[ZonedDateTime]

Inherited from AnyRef

Inherited from Any

Ungrouped