final case class Parser(maxAliasesForCollections: Int = common.Parser.defaultMaxAliasesForCollections, nestingDepthLimit: Int = Parser.defaultNestingDepthLimit, codePointLimit: Int = common.Parser.defaultCodePointLimit) extends yaml.common.Parser with Product with Serializable
- Source
- Parser.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Parser
- Product
- Equals
- Parser
- Parser
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val codePointLimit: Int
- def copy(maxAliasesForCollections: Int): Parser
- def copy(maxAliasesForCollections: Int = this.maxAliasesForCollections, nestingDepthLimit: Int = this.nestingDepthLimit, codePointLimit: Int = this.codePointLimit): Parser
- final def decode[A](input: Reader)(implicit arg0: Decoder[A]): Either[Error, A]
- Definition Classes
- Parser → Parser
- final def decode[A](input: String)(implicit arg0: Decoder[A]): Either[Error, A]
- Definition Classes
- Parser
- final def decodeAccumulating[A](input: Reader)(implicit arg0: Decoder[A]): ValidatedNel[Error, A]
- Definition Classes
- Parser → Parser
- final def decodeAccumulating[A](input: String)(implicit arg0: Decoder[A]): ValidatedNel[Error, A]
- Definition Classes
- Parser
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def finishDecode[A](input: Either[ParsingFailure, Json])(implicit decoder: Decoder[A]): Either[Error, A]
- Attributes
- protected[this]
- Definition Classes
- Parser
- final def finishDecodeAccumulating[A](input: Either[ParsingFailure, Json])(implicit decoder: Decoder[A]): ValidatedNel[Error, A]
- Attributes
- protected[this]
- Definition Classes
- Parser
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val maxAliasesForCollections: Int
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val nestingDepthLimit: Int
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def parse(yaml: String): Either[ParsingFailure, Json]
- Definition Classes
- Parser → Parser
- 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
- Definition Classes
- Parser → Parser
- def parseDocuments(yaml: String): Stream[Either[ParsingFailure, Json]]
- Definition Classes
- Parser → Parser
- def parseDocuments(yaml: Reader): Stream[Either[ParsingFailure, Json]]
- Definition Classes
- Parser → Parser
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()