CsvValue

fs2.data.csv.generic.CsvValue
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.

Attributes

value

the value to expect in the CSV

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

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product