Explicit

kantan.csv.CsvConfiguration.Header.Explicit
final case class Explicit(header: Seq[String]) extends Header

Use the specified header.

This is equivalent to Implicit when decoding. When encoding, it takes precedence over whatever header might have been defined through a HeaderEncoder instance.

Attributes

Graph
Supertypes
class Header
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product