Packages

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. Protected

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

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped