CsvName

fs2.data.csv.generic.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

Attributes

Source
CsvName.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