object ValueDecoder
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ValueDecoder
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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
- val Oid: ValueDecoder[Long]
- def apply[T](implicit arg0: ValueDecoder[T]): ValueDecoder[T]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- implicit val bigDecimal: ValueDecoder[BigDecimal]
- implicit val boolean: ValueDecoder[Boolean]
- implicit val bytea: ValueDecoder[Array[Byte]]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- val decoders: PartialFunction[String, ValueDecoder[_]]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- implicit val float4: ValueDecoder[Float]
- implicit val float8: ValueDecoder[Double]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- implicit val hstoreMap: ValueDecoder[Map[String, Option[String]]]
- implicit val inet: ValueDecoder[InetAddress]
- def instance[T](text: (String, String) => Try[T], binary: (String, ByteBuf, Charset) => Try[T]): ValueDecoder[T]
- def instance[T](text: (String) => Try[T], binary: (ByteBuf, Charset) => Try[T]): ValueDecoder[T]
- implicit val instant: ValueDecoder[Instant]
- implicit val int2: ValueDecoder[Short]
- implicit val int4: ValueDecoder[Int]
- implicit val int8: ValueDecoder[Long]
- implicit val interval: ValueDecoder[Interval]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- implicit val javaBigDecimal: ValueDecoder[BigDecimal]
- implicit val jsonb: ValueDecoder[JSONB]
- implicit val localDate: ValueDecoder[LocalDate]
- implicit val localDateTime: ValueDecoder[LocalDateTime]
- implicit val localTime: ValueDecoder[LocalTime]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val never: ValueDecoder[Nothing]
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- implicit val offsetDateTime: ValueDecoder[OffsetDateTime]
- implicit val offsetTime: ValueDecoder[OffsetTime]
- implicit val string: ValueDecoder[String]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- val unknown: ValueDecoder[Either[String, Array[Byte]]]
- def unknownBinary(t: (ByteBuf, Charset)): Try[Any]
- implicit val uuid: ValueDecoder[UUID]
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- implicit val zonedDateTime: ValueDecoder[ZonedDateTime]