JsonLong

fm.json.JsonLong$
See theJsonLong companion class
object JsonLong extends JsonNodeParseFactory[Long, JsonLong]

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Inherited methods

final protected def currentTokenOrAdvance(parser: JsonParser): JsonToken

Attributes

Inherited from:
JsonNodeParseFactory
final protected def hasTokenOrAdvance(parser: JsonParser): Boolean

Attributes

Inherited from:
JsonNodeParseFactory
final protected def hasTokenOrAdvance(parser: JsonParser, token: JsonToken): Boolean

Attributes

Inherited from:
JsonNodeParseFactory
final def parse(parser: JsonParser, options: JsonOptions): A

Attributes

Inherited from:
JsonNodeParseFactory
final def parse(parser: JsonParser): A

Attributes

Inherited from:
JsonNodeParseFactory
final def parse(r: Reader, options: JsonOptions): A

Attributes

Inherited from:
JsonNodeParseFactory
final def parse(r: Reader): A

Attributes

Inherited from:
JsonNodeParseFactory
final def parse(s: String, options: JsonOptions): A

Attributes

Inherited from:
JsonNodeParseFactory
final def parse(s: String): A

Attributes

Inherited from:
JsonNodeParseFactory
final def parseNode(parser: JsonParser, options: JsonOptions): N

Attributes

Inherited from:
JsonNodeParseFactory
final def parseNode(parser: JsonParser): N

Attributes

Inherited from:
JsonNodeParseFactory
final def parseNode(r: Reader): N

Attributes

Inherited from:
JsonNodeParseFactory
final def parseNode(s: String): N

Attributes

Inherited from:
JsonNodeParseFactory
final protected def requireParser(parser: JsonParser, condition: Boolean, msg: => String): Unit

Attributes

Inherited from:
JsonNodeParseFactory
final protected def requireToken(parser: JsonParser, expected: JsonToken): Unit

Attributes

Inherited from:
JsonNodeParseFactory
final def tryParse(parser: JsonParser, options: JsonOptions): Option[A]

Attributes

Inherited from:
JsonNodeParseFactory
final def tryParse(parser: JsonParser): Option[A]

Attributes

Inherited from:
JsonNodeParseFactory
final def tryParse(r: Reader, options: JsonOptions): Option[A]

Attributes

Inherited from:
JsonNodeParseFactory
final def tryParse(r: Reader): Option[A]

Attributes

Inherited from:
JsonNodeParseFactory
final def tryParse(s: String, options: JsonOptions): Option[A]

Attributes

Inherited from:
JsonNodeParseFactory
final def tryParse(s: String): Option[A]

Attributes

Inherited from:
JsonNodeParseFactory
final def tryParseNode(parser: JsonParser): Option[N]

Attributes

Inherited from:
JsonNodeParseFactory
final def tryParseNode(r: Reader): Option[N]

Attributes

Inherited from:
JsonNodeParseFactory
final def tryParseNode(s: String): Option[N]

Attributes

Inherited from:
JsonNodeParseFactory