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 Int2: ValueDecoder[Short]

    Permalink
  12. implicit val Int4: ValueDecoder[Int]

    Permalink
  13. implicit val Int8: ValueDecoder[Long]

    Permalink
  14. implicit val Interval: ValueDecoder[Interval]

    Permalink
  15. val Jsonb: ValueDecoder[String]

    Permalink
  16. implicit val Numeric: ValueDecoder[BigDecimal]

    Permalink
  17. val Oid: ValueDecoder[Long]

    Permalink
  18. implicit val String: ValueDecoder[String]

    Permalink
  19. implicit val Time: ValueDecoder[LocalTime]

    Permalink
  20. implicit val TimeTz: ValueDecoder[OffsetTime]

    Permalink
  21. implicit val Timestamp: ValueDecoder[LocalDateTime]

    Permalink
  22. implicit val TimestampTZ: ValueDecoder[ZonedDateTime]

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

    Permalink
  24. implicit val Uuid: ValueDecoder[UUID]

    Permalink
  25. final def asInstanceOf[T0]: T0

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

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

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

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

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

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

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

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

    Permalink
  34. final def isInstanceOf[T0]: Boolean

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

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

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

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

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

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

    Permalink
  41. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped