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

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

Value members

Inherited methods

Inherited from:
Product