MirrorDecoder

io.getquill.context.mirror.MirrorDecoders.MirrorDecoder
case class MirrorDecoder[T](decoder: () => T) extends BaseDecoder[T]

Attributes

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

Members list

Value members

Concrete methods

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

Attributes

Definition Classes
GenericDecoder -> Function3

Inherited methods

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

Attributes

Inherited from:
Function3
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
Function3 -> Any
Inherited from:
Function3
def tupled: ((T1, T2, T3)) => R

Attributes

Inherited from:
Function3