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 Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Members list
Type members
Types
Value members
Concrete methods
Attributes
- Definition Classes
Attributes
- Definition Classes
Inherited methods
def absolve[ScalaType2](implicit ev: Map[K, V] <:< Either[DecoderException, ScalaType2]): WithDriver[ScalaType2, DriverType]
Attributes
- Inherited from:
- CqlPrimitiveDecoder
Attributes
- Inherited from:
- CqlPrimitiveDecoder
Attributes
- Inherited from:
- CqlPrimitiveDecoder
Attributes
- Inherited from:
- CqlPrimitiveDecoder
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- CqlPrimitiveDecoder
In this article