CsvName

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.

Value parameters:
name

the name to expect in the CSV

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

Value members

Inherited methods

Inherited from:
Product