EscapeMode

object EscapeMode
Companion:
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

object Always extends EscapeMode

Escape always, even if not needed.

Escape always, even if not needed.

object Auto extends EscapeMode

Escape only when necessary.

Escape only when necessary.

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.

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror