Class

eu.inn.binders.cassandra.Row

FieldDeserializer

Related Doc: package Row

Permalink

class FieldDeserializer extends Deserializer[C]

Linear Supertypes
Deserializer[C], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. FieldDeserializer
  2. Deserializer
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new FieldDeserializer(name: String)

    Permalink

Type Members

  1. type nameConverterType = C

    Permalink
    Definition Classes
    Deserializer

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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def checkNotNull(): Unit

    Permalink
    Attributes
    protected
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  9. def fieldName: Option[String]

    Permalink
    Definition Classes
    FieldDeserializer → Deserializer
  10. def finalize(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  13. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  14. def isNull: Boolean

    Permalink
    Definition Classes
    FieldDeserializer → Deserializer
  15. def iterator(): Iterator[Deserializer[C]]

    Permalink
  16. val name: String

    Permalink
  17. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  20. def readBigDecimal(): BigDecimal

    Permalink
  21. def readBigInteger(): BigInteger

    Permalink
  22. def readBoolean(): Boolean

    Permalink
  23. def readBytes(): ByteBuffer

    Permalink
  24. def readDate(): Date

    Permalink
  25. def readDouble(): Double

    Permalink
  26. def readFloat(): Float

    Permalink
  27. def readInetAddress(): InetAddress

    Permalink
  28. def readInt(): Int

    Permalink
  29. def readList[T]()(implicit arg0: ClassTag[T]): List[T]

    Permalink
  30. def readLong(): Long

    Permalink
  31. def readMap[K, V]()(implicit arg0: ClassTag[K], arg1: ClassTag[V]): Map[K, V]

    Permalink
  32. def readSet[T]()(implicit arg0: ClassTag[T]): Set[T]

    Permalink
  33. def readString(): String

    Permalink
  34. def readUUID(): UUID

    Permalink
  35. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  37. final def wait(): Unit

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

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

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

Inherited from Deserializer[C]

Inherited from AnyRef

Inherited from Any

Ungrouped