UdtValueEncoderPrimitiveEncoder

io.kaizensolutions.virgil.codecs.CqlPrimitiveEncoder.UdtValueEncoderPrimitiveEncoder
final case class UdtValueEncoderPrimitiveEncoder[A](encoder: Object[A]) extends CqlPrimitiveEncoder[A]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Type members

Types

type DriverType = UdtValue

Value members

Concrete methods

def driverClass: Class[DriverType]
def scala2Driver(scalaValue: A, dataType: DataType): DriverType

Inherited methods

def contramap[ScalaType2](f: ScalaType2 => A): WithDriver[ScalaType2, DriverType]

Attributes

Inherited from:
CqlPrimitiveEncoder
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product