Object/Trait

com.twitter.finagle.postgres.values

ValueDecoder

Related Docs: trait ValueDecoder | package values

Permalink

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

    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. implicit val Boolean: ValueDecoder[Boolean]

    Permalink
  5. implicit val Bytea: ValueDecoder[Array[Byte]]

    Permalink
  6. implicit val Date: ValueDecoder[LocalDate]

    Permalink
  7. implicit val Float4: ValueDecoder[Float]

    Permalink
  8. implicit val Float8: ValueDecoder[Double]

    Permalink
  9. implicit val HStore: ValueDecoder[Map[String, Option[String]]]

    Permalink
  10. implicit val Inet: ValueDecoder[InetAddress]

    Permalink
  11. implicit val Instant: ValueDecoder[Instant]

    Permalink
  12. implicit val Int2: ValueDecoder[Short]

    Permalink
  13. implicit val Int4: ValueDecoder[Int]

    Permalink
  14. implicit val Int8: ValueDecoder[Long]

    Permalink
  15. implicit val Interval: ValueDecoder[Interval]

    Permalink
  16. val Jsonb: ValueDecoder[String]

    Permalink
  17. implicit val Numeric: ValueDecoder[BigDecimal]

    Permalink
  18. val Oid: ValueDecoder[Long]

    Permalink
  19. implicit val String: ValueDecoder[String]

    Permalink
  20. implicit val Time: ValueDecoder[LocalTime]

    Permalink
  21. implicit val TimeTz: ValueDecoder[OffsetTime]

    Permalink
  22. implicit val Timestamp: ValueDecoder[LocalDateTime]

    Permalink
  23. implicit val TimestampTZ: ValueDecoder[ZonedDateTime]

    Permalink
  24. val Unknown: ValueDecoder[Either[String, Array[Byte]]]

    Permalink
  25. implicit val Uuid: ValueDecoder[UUID]

    Permalink
  26. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  27. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. val decoders: PartialFunction[String, ValueDecoder[T forSome {type T}]]

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

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  32. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  34. def instance[T](text: (String) ⇒ Try[T], binary: (ChannelBuffer, Charset) ⇒ Try[T]): ValueDecoder[T]

    Permalink
  35. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  36. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  39. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  41. def unknownBinary(t: (ChannelBuffer, Charset)): Try[Value[Any]]

    Permalink
  42. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped