HeaderMap

info.fingo.spata.HeaderMap
See theHeaderMap companion object
sealed trait HeaderMap

Trait representing header remapping methods. It is not used directly but through conversion of [S2S] or [I2S] partial function to one its implementation classes.

Attributes

See also

[CSVConfig] for sample usage.

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

Remap selected header names. The actual remapping is provided by HeaderMap implementation class, created from a partial function, as described in [CSVConfig].

Remap selected header names. The actual remapping is provided by HeaderMap implementation class, created from a partial function, as described in [CSVConfig].

Attributes