io.circe.yaml

package io.circe.yaml

Members list

Packages

Provides helpful syntax that is not specific to the SnakeYAML implementation.

Provides helpful syntax that is not specific to the SnakeYAML implementation.

Attributes

Type members

Classlikes

final case class Parser(maxAliasesForCollections: Int, nestingDepthLimit: Int, codePointLimit: Int) extends Parser

Attributes

Companion
object
Source
Parser.scala
Supertypes
trait Product
trait Equals
trait Parser
trait Parser
trait Serializable
class Object
trait Matchable
class Any
Show all
object Parser

Attributes

Companion
class
Source
Parser.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Parser.type
final case class Printer(preserveOrder: Boolean, dropNullKeys: Boolean, indent: Int, maxScalarWidth: Int, splitLines: Boolean, indicatorIndent: Int, tags: Map[String, String], sequenceStyle: FlowStyle, mappingStyle: FlowStyle, stringStyle: StringStyle, lineBreak: LineBreak, explicitStart: Boolean, explicitEnd: Boolean, version: YamlVersion) extends Printer

Attributes

Companion
object
Source
Printer.scala
Supertypes
trait Serializable
trait Product
trait Equals
trait Printer
class Object
trait Matchable
class Any
Show all
object Printer

Attributes

Companion
class
Source
Printer.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Printer.type
final implicit class StringStyleOps(style: StringStyle) extends AnyVal

Attributes

Source
package.scala
Supertypes
class AnyVal
trait Matchable
class Any

Implicits

Implicits

final implicit def StringStyleOps(style: StringStyle): StringStyleOps

Attributes

Source
package.scala