CassandraEncoder

io.getquill.context.cassandra.encoding.Encoders.CassandraEncoder
case class CassandraEncoder[T](encoder: () => T) extends BaseEncoder[T]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait GenericEncoder[T, PrepareRow, Session]
trait (Int, T, PrepareRow, Session) => PrepareRow
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def apply(index: Int, value: T, row: PrepareRow, session: Session): PrepareRow

Attributes

Definition Classes
GenericEncoder -> Function4

Inherited methods

def curried: T1 => T2 => T3 => T4 => R

Attributes

Inherited from:
Function4
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
override def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Function4 -> Any
Inherited from:
Function4
def tupled: ((T1, T2, T3, T4)) => R

Attributes

Inherited from:
Function4