GenericEncoderWithStringFallback

io.getquill.generic.GenericEncoderWithStringFallback
case class GenericEncoderWithStringFallback[T, PrepareRow, Session](nullableEncoder: GenericEncoder[Option[T], PrepareRow, Session], stringConverter: Either[String, FromString[T]])(classTagExpected: ClassTag[T]) extends GenericEncoder[Any, PrepareRow, Session]

Attributes

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

Members list

Value members

Concrete methods

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

Inherited methods

def curried: Int => Any => PrepareRow => Session => PrepareRow

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: ((Int, Any, PrepareRow, Session)) => PrepareRow

Attributes

Inherited from:
Function4