EscapeMode

fs2.data.csv.EscapeMode
See theEscapeMode companion trait
object EscapeMode

Attributes

Companion
trait
Source
EscapeMode.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
EscapeMode.type

Members list

Type members

Classlikes

object Always extends EscapeMode

Escape always, even if not needed.

Escape always, even if not needed.

Attributes

Source
EscapeMode.scala
Supertypes
trait EscapeMode
class Object
trait Matchable
class Any
Self type
Always.type
object Auto extends EscapeMode

Escape only when necessary.

Escape only when necessary.

Attributes

Source
EscapeMode.scala
Supertypes
trait EscapeMode
class Object
trait Matchable
class Any
Self type
Auto.type
object Never extends EscapeMode

Never escape, even if that would potentially lead to invalid CSV output.

Never escape, even if that would potentially lead to invalid CSV output.

Attributes

Source
EscapeMode.scala
Supertypes
trait EscapeMode
class Object
trait Matchable
class Any
Self type
Never.type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala