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.

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

trait Serializable
trait Product
trait Equals
class Annotation
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product