Object
io.kaizensolutions.virgil.codecs.CqlRowDecoder.Object
trait Object[A] extends CqlRowDecoder[A]
A CqlRowDecoder.Object is a mechanism that provides a way to decode an entire Row
into some Scala type A
.
NOTE: The automatic derivation mechanism and the custom method can produce the following subtype. The automatic derivation mechanism uses fromCqlPrimitive
to create a CqlRowDecoder which knows how to extract a component. We use Magnolia to build up Scala case classes from their components
Attributes
- Graph
-
- Supertypes
- Self type
-
Object[A]
Members list
In this article