MapPrimitiveDecoder

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

Attributes

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

Members list

Type members

Types

override type DriverType = Map[key.DriverType, value.DriverType]

Value members

Concrete methods

override def driver2Scala(driverValue: DriverType, dataType: DataType): Map[K, V]

Attributes

Definition Classes
override def driverClass: Class[DriverType]

Attributes

Definition Classes

Inherited methods

def absolve[ScalaType2](implicit ev: Map[K, V] <:< Either[DecoderException, ScalaType2]): WithDriver[ScalaType2, DriverType]

Attributes

Inherited from:
CqlPrimitiveDecoder
def either: WithDriver[Either[DecoderException, Map[K, V]], DriverType]

Attributes

Inherited from:
CqlPrimitiveDecoder
def map[ScalaType2](f: (Map[K, V]) => ScalaType2): WithDriver[ScalaType2, DriverType]

Attributes

Inherited from:
CqlPrimitiveDecoder
def optional: WithDriver[Option[Map[K, V]], DriverType]

Attributes

Inherited from:
CqlPrimitiveDecoder
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def widen[SuperTypeScala >: Map[K, V]]: WithDriver[SuperTypeScala, DriverType]

Attributes

Inherited from:
CqlPrimitiveDecoder