GenericEncoder

io.getquill.generic.GenericEncoder
trait GenericEncoder[T, PrepareRow, Session] extends (Int, T, PrepareRow, Session) => PrepareRow

Attributes

Graph
Supertypes
trait (Int, T, PrepareRow, Session) => PrepareRow
class Object
trait Matchable
class Any
Known subtypes
class GenericEncoderWithStringFallback[T, PrepareRow, Session]

Members list

Concise view

Value members

Abstract methods

def apply(i: Int, t: T, row: PrepareRow, session: Session): PrepareRow

Inherited methods

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

Attributes

Inherited from:
Function4
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