Parser

io.circe.yaml.v12.Parser
object Parser

Attributes

Source
Parser.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Parser.type

Members list

Type members

Classlikes

final case class Config(allowDuplicateKeys: Boolean, allowRecursiveKeys: Boolean, bufferSize: Int, codePointLimit: Int, label: String, maxAliasesForCollections: Int, parseComments: Boolean, useMarks: Boolean)

Attributes

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

Value members

Concrete methods

def make(config: Config): Parser

Attributes

Source
Parser.scala

Concrete fields

lazy val default: Parser

Attributes

Source
Parser.scala