UdtValueDecoderPrimitiveDecoder

io.kaizensolutions.virgil.codecs.CqlPrimitiveDecoder.UdtValueDecoderPrimitiveDecoder
final case class UdtValueDecoderPrimitiveDecoder[A](decoder: Object[A]) extends CqlPrimitiveDecoder[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 driver2Scala(driverValue: DriverType, dataType: DataType): A
def driverClass: Class[DriverType]

Inherited methods

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

Attributes

Inherited from:
CqlPrimitiveDecoder

Attributes

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

Attributes

Inherited from:
CqlPrimitiveDecoder
def optional: WithDriver[Option[A], DriverType]

Attributes

Inherited from:
CqlPrimitiveDecoder
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def widen[SuperTypeScala >: A]: WithDriver[SuperTypeScala, DriverType]

Attributes

Inherited from:
CqlPrimitiveDecoder