fs2.data.csv.generic

Members list

Concise view

Type members

Classlikes

case class CsvName(name: String) extends Annotation

Mark a field of a case class to have a different name in the CSV when deriving a codec.

Mark a field of a case class to have a different name in the CSV when deriving a codec.

Attributes

name

the name to expect in the CSV

Source:
CsvName.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
case class CsvValue(value: String) extends Annotation

Mark an object of sealed trait to have a different representation in CSV than the name of the type.

Mark an object of sealed trait to have a different representation in CSV than the name of the type.

Attributes

value

the value to expect in the CSV

Source:
CsvValue.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any
object semiauto

Attributes

Source:
semiauto.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
object tuples

Attributes

Source:
tuples.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
tuples.type