io.circe.numbers.testing

Members list

Type members

Classlikes

final case class IntegralString(value: String)

An integral string with an optional leading minus sign and between 1 and 25 digits (inclusive).

An integral string with an optional leading minus sign and between 1 and 25 digits (inclusive).

Attributes

Companion
object
Source
IntegralString.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
IntegralString.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
final case class JsonNumberString(value: String)

An arbitrary JSON number, represented as a string.

An arbitrary JSON number, represented as a string.

Attributes

Companion
object
Source
JsonNumberString.scala
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Source
JsonNumberString.scala
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type