circe-yaml
0.15.0
circe-yaml
API
io.circe.yaml
Parser
Parser
Printer
Printer
FlowStyle
Block
Flow
FlowStyle
LineBreak
Mac
Unix
Windows
LineBreak
StringStyle
DoubleQuoted
Folded
Literal
Plain
SingleQuoted
StringStyle
YamlVersion
Auto
Yaml1_0
Yaml1_1
YamlVersion
StringStyleOps
io.circe.yaml.parser
io.circe.yaml.printer
io.circe.yaml.syntax
AsYaml
YamlSyntax
circe-yaml
/
io.circe.yaml
/
Parser
Parser
io.circe.yaml.Parser
See the
Parser
companion object
final case
class
Parser
(
maxAliasesForCollections
:
Int
,
nestingDepthLimit
:
Int
,
codePointLimit
:
Int
)
extends
Parser
Attributes
Companion:
object
Source:
Parser.scala
Graph
Reset zoom
Hide graph
Show graph
Supertypes
trait
Product
trait
Equals
trait
Parser
trait
Parser
trait
Serializable
class
Object
trait
Matchable
class
Any
Clear all
Members list
Concise view
Value members
Constructors
def
this
(
maxAliasesForCollections
:
Int
)
Attributes
Source:
Parser.scala
Concrete methods
def
copy
(
maxAliasesForCollections
:
Int
,
nestingDepthLimit
:
Int
,
codePointLimit
:
Int
):
Parser
Attributes
Source:
Parser.scala
def
copy
(
maxAliasesForCollections
:
Int
):
Parser
Attributes
Source:
Parser.scala
final
def
decode
[
A
:
Decoder
](
input
:
Reader
):
Either
[
Error
,
A
]
Attributes
Source:
Parser.scala
final
def
decodeAccumulating
[
A
:
Decoder
](
input
:
Reader
):
ValidatedNel
[
Error
,
A
]
Attributes
Source:
Parser.scala
def
parse
(
yaml
:
Reader
):
Either
[
ParsingFailure
,
Json
]
Parse YAML from the given
Reader
, returning either
ParsingFailure
or
Json
Parse YAML from the given
Reader
, returning either
ParsingFailure
or
Json
Attributes
Source:
Parser.scala
def
parse
(
yaml
:
String
):
Either
[
ParsingFailure
,
Json
]
Attributes
Source:
Parser.scala
def
parseDocuments
(
yaml
:
Reader
):
Stream
[
Either
[
ParsingFailure
,
Json
]]
Attributes
Source:
Parser.scala
def
parseDocuments
(
yaml
:
String
):
Stream
[
Either
[
ParsingFailure
,
Json
]]
Attributes
Source:
Parser.scala
Inherited methods
final
def
decode
[
A
:
Decoder
](
input
:
String
):
Either
[
Error
,
A
]
Attributes
Inherited from:
Parser
Source:
Parser.scala
final
def
decodeAccumulating
[
A
:
Decoder
](
input
:
String
):
ValidatedNel
[
Error
,
A
]
Attributes
Inherited from:
Parser
Source:
Parser.scala
def
productElementNames
:
Iterator
[
String
]
Attributes
Inherited from:
Product
def
productIterator
:
Iterator
[
Any
]
Attributes
Inherited from:
Product