ScalarStyle

org.virtuslab.yaml.internal.load.reader.token.ScalarStyle$
See theScalarStyle companion class
object ScalarStyle

Attributes

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

Members list

Type members

Classlikes

case object DoubleQuoted extends ScalarStyle

Attributes

Source
ScalarStyle.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class ScalarStyle
class Object
trait Matchable
class Any
Show all
Self type
case object Folded extends ScalarStyle

Attributes

Source
ScalarStyle.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class ScalarStyle
class Object
trait Matchable
class Any
Show all
Self type
Folded.type
case object Literal extends ScalarStyle

Attributes

Source
ScalarStyle.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class ScalarStyle
class Object
trait Matchable
class Any
Show all
Self type
Literal.type
case object Plain extends ScalarStyle

Attributes

Source
ScalarStyle.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class ScalarStyle
class Object
trait Matchable
class Any
Show all
Self type
Plain.type
case object SingleQuoted extends ScalarStyle

Attributes

Source
ScalarStyle.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class ScalarStyle
class Object
trait Matchable
class Any
Show all
Self 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

Value members

Concrete methods

def escapeSpecialCharacter(scalar: String, scalarStyle: ScalarStyle): String

Attributes

Source
ScalarStyle.scala
def escapeSpecialCharacterDoubleQuote(scalar: String): String

Attributes

Source
ScalarStyle.scala