io.circe.jawn

package io.circe.jawn

Members list

Type members

Classlikes

Attributes

Companion
class
Source
CirceSupportParser.scala
Supertypes
trait Serializable
class Object
trait Matchable
class Any
Show all
Self type
class CirceSupportParser(maxValueSize: Option[Int], allowDuplicateKeys: Boolean) extends SupportParser[Json], Serializable

Attributes

Companion
object
Source
CirceSupportParser.scala
Supertypes
trait Serializable
class Object
trait Matchable
class Any
Known subtypes
object JawnParser

Attributes

Companion
class
Source
JawnParser.scala
Supertypes
class Object
trait Matchable
class Any
Self type
JawnParser.type
class JawnParser(maxValueSize: Option[Int], allowDuplicateKeys: Boolean) extends Parser

Attributes

Companion
object
Source
JawnParser.scala
Supertypes
trait Parser
trait Serializable
class Object
trait Matchable
class Any

Value members

Inherited methods

final def decode[A : Decoder](input: String): Either[Error, A]

Attributes

Inherited from:
Parser
Source
Parser.scala

Attributes

Inherited from:
Parser
Source
Parser.scala
final def decodeByteArray[A : Decoder](bytes: Array[Byte]): Either[Error, A]

Attributes

Inherited from:
JawnParser
Source
JawnParser.scala

Attributes

Inherited from:
JawnParser
Source
JawnParser.scala
final def decodeByteBuffer[A : Decoder](buffer: ByteBuffer): Either[Error, A]

Attributes

Inherited from:
JawnParser
Source
JawnParser.scala

Attributes

Inherited from:
JawnParser
Source
JawnParser.scala

Attributes

Inherited from:
JawnParserPlatform (hidden)
Source
JawnParserPlatform.scala

Attributes

Inherited from:
JawnParserPlatform (hidden)
Source
JawnParserPlatform.scala

Attributes

Inherited from:
JawnParser
Source
JawnParser.scala

Attributes

Inherited from:
JawnParser
Source
JawnParser.scala
final def decodeFile[A : Decoder](file: File): Either[Error, A]

Attributes

Inherited from:
JawnParserPlatform (hidden)
Source
JawnParserPlatform.scala

Attributes

Inherited from:
JawnParserPlatform (hidden)
Source
JawnParserPlatform.scala
final def decodePath[A : Decoder](path: Path): Either[Error, A]

Attributes

Inherited from:
JawnParserPlatform (hidden)
Source
JawnParserPlatform.scala

Attributes

Inherited from:
JawnParserPlatform (hidden)
Source
JawnParserPlatform.scala
final def parse(str: String): Either[ParsingFailure, Json]

Attributes

Inherited from:
JawnParser
Source
JawnParser.scala

Attributes

Inherited from:
JawnParser
Source
JawnParser.scala

Attributes

Inherited from:
JawnParser
Source
JawnParser.scala

Attributes

Inherited from:
JawnParserPlatform (hidden)
Source
JawnParserPlatform.scala

Attributes

Inherited from:
JawnParser
Source
JawnParser.scala
final def parseFile(file: File): Either[ParsingFailure, Json]

Attributes

Inherited from:
JawnParserPlatform (hidden)
Source
JawnParserPlatform.scala
final def parsePath(path: Path): Either[ParsingFailure, Json]

Attributes

Inherited from:
JawnParserPlatform (hidden)
Source
JawnParserPlatform.scala