QuoteHandling

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

Type members

Classlikes

case object Literal extends QuoteHandling

Treats values as raw strings and does not treat quotation marks with any particular meaning

Treats values as raw strings and does not treat quotation marks with any particular meaning

For example, "hello, world" would be parsed as the still-quoted "hello, world"

case object RFCCompliant extends QuoteHandling

Treats quotation marks as the start of a quoted value if the first character of a value is a quotation mark, otherwise treats the value literally (this is the historic and default behavior)

Treats quotation marks as the start of a quoted value if the first character of a value is a quotation mark, otherwise treats the value literally (this is the historic and default behavior)

For example, "hello, world" would be parsed as unquoted hello, world

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