package generic
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- trait AutoDerivedCellDecoders extends AnyRef
- trait AutoDerivedCellEncoders extends AnyRef
- trait AutoDerivedCsvRowDecoders extends AnyRef
- trait AutoDerivedCsvRowEncoders extends AnyRef
- trait AutoDerivedRowDecoders extends AnyRef
- trait AutoDerivedRowEncoders extends AnyRef
- 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
- 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
Value Members
- object auto extends AutoDerivedRowDecoders with AutoDerivedRowEncoders with AutoDerivedCsvRowDecoders with AutoDerivedCsvRowEncoders with AutoDerivedCellDecoders with AutoDerivedCellEncoders
- object hlist
- object semiauto