MirrorEncoder

case class MirrorEncoder[T](encoder: () => T) extends BaseEncoder[T]
trait Serializable
trait Product
trait Equals
trait (Int, T, PrepareRow, Session) => PrepareRow
class Object
trait Matchable
class Any

Value members

Concrete methods

override def apply(index: Int, value: T, row: PrepareRow, session: Session): PrepareRow
Definition Classes
GenericEncoder -> Function4

Inherited methods

@unspecialized
def curried: Int => T => PrepareRow => Session => PrepareRow
Implicitly added by optionEncoder
Inherited from:
Function4
@unspecialized
def curried: Int => T => PrepareRow => Session => PrepareRow
Inherited from:
Function4
def productElementNames: Iterator[String]
Implicitly added by optionEncoder
Inherited from:
Product
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Implicitly added by optionEncoder
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
override def toString(): String
Definition Classes
Function4 -> Any
Inherited from:
Function4
@unspecialized
def tupled: ((Int, T, PrepareRow, Session)) => PrepareRow
Implicitly added by optionEncoder
Inherited from:
Function4
@unspecialized
def tupled: ((Int, T, PrepareRow, Session)) => PrepareRow
Inherited from:
Function4