object ValueDecoder
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ValueDecoder
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- val decoders: PartialFunction[String, ValueDecoder[_]]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- implicit val float4: ValueDecoder[Float]
- implicit val float8: ValueDecoder[Double]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- implicit val hstoreMap: ValueDecoder[Map[String, Option[String]]]
- implicit val inet: ValueDecoder[InetAddress]
- def instance[T](text: (String, String) ⇒ Try[T], binary: (String, ChannelBuffer, Charset) ⇒ Try[T]): ValueDecoder[T]
- def instance[T](text: (String) ⇒ Try[T], binary: (ChannelBuffer, 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]
- val jsonb: ValueDecoder[String]
- 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
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- 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: (ChannelBuffer, Charset)): Try[Any]
- implicit val uuid: ValueDecoder[UUID]
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- implicit val zonedDateTime: ValueDecoder[ZonedDateTime]