Config

io.circe.yaml.v12.Parser.Config
final case class Config(allowDuplicateKeys: Boolean, allowRecursiveKeys: Boolean, bufferSize: Int, codePointLimit: Int, label: String, maxAliasesForCollections: Int, parseComments: Boolean, useMarks: Boolean)

Attributes

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

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product