StringPrimitiveEncoder

io.kaizensolutions.virgil.codecs.CqlPrimitiveEncoder.StringPrimitiveEncoder
case object StringPrimitiveEncoder extends CqlPrimitiveEncoder[String]

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait CqlPrimitiveEncoder[String]
class Object
trait Matchable
class Any
Show all
Self type

Members list

Type members

Types

type DriverType = String

Inherited types

type MirroredElemLabels = EmptyTuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Singleton
type MirroredElemTypes = EmptyTuple

Attributes

Inherited from:
Singleton
type MirroredMonoType = Singleton.this.type

The mirrored *-type

The mirrored *-type

Attributes

Inherited from:
Singleton
type MirroredType = Singleton.this.type

Attributes

Inherited from:
Singleton

Inherited and Abstract types

type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def driverClass: Class[DriverType]
def scala2Driver(scalaValue: String, dataType: DataType): DriverType

Inherited methods

def contramap[ScalaType2](f: ScalaType2 => String): WithDriver[ScalaType2, DriverType]

Attributes

Inherited from:
CqlPrimitiveEncoder
def fromProduct(p: Product): MirroredMonoType

Create a new instance of type T with elements taken from product p.

Create a new instance of type T with elements taken from product p.

Attributes

Inherited from:
Singleton
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product