MapPrimitiveEncoder

io.kaizensolutions.virgil.codecs.CqlPrimitiveEncoder.MapPrimitiveEncoder
final case class MapPrimitiveEncoder[K, DriverK, V, DriverV](key: WithDriver[K, DriverK], value: WithDriver[V, DriverV]) extends CqlPrimitiveEncoder[Map[K, V]]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait CqlPrimitiveEncoder[Map[K, V]]
class Object
trait Matchable
class Any
Show all

Members list

Type members

Types

override type DriverType = Map[DriverK, DriverV]

Value members

Concrete methods

override def driverClass: Class[DriverType]

Attributes

Definition Classes
override def scala2Driver(scalaValue: Map[K, V], dataType: DataType): DriverType

Attributes

Definition Classes

Inherited methods

def contramap[ScalaType2](f: ScalaType2 => Map[K, V]): WithDriver[ScalaType2, DriverType]

Attributes

Inherited from:
CqlPrimitiveEncoder
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product