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.

Mark a field of a case class to have a different name in the CSV when deriving a codec.

Value Params
name

the name 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