Packages

p

fs2.data.csv

generic

package generic

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Package Members

  1. package internal

Type Members

  1. trait AutoDerivedCellDecoders extends AnyRef
  2. trait AutoDerivedCellEncoders extends AnyRef
  3. trait AutoDerivedCsvRowDecoders extends AnyRef
  4. trait AutoDerivedCsvRowEncoders extends AnyRef
  5. trait AutoDerivedRowDecoders extends AnyRef
  6. trait AutoDerivedRowEncoders extends AnyRef
  7. case class CsvName(name: String) extends Annotation with Product with Serializable

    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.

    name

    the name to expect in the CSV

  8. case class CsvValue(value: String) extends Annotation with Product with Serializable

    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

    the value to expect in the CSV

Ungrouped