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.

Value parameters

value

the value to expect in the CSV

Attributes

Source
CsvValue.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Annotation
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product