fs2.data.csv.generic

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.

Value Params
name

the name to expect in the CSV

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.

Value Params
value

the value to expect in the CSV

object semiauto
object tuples