JsonType

org.specs2.matcher.JsonType$
See theJsonType companion trait
object JsonType

Attributes

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

Members list

Concise view

Type members

Classlikes

object given_Conversion_BigDecimal_Matcher extends Conversion[BigDecimal, Matcher[JsonType]]

Attributes

Graph
Supertypes
class Conversion[BigDecimal, Matcher[JsonType]]
trait BigDecimal => Matcher[JsonType]
class Object
trait Matchable
class Any
Self type
object given_Conversion_Boolean_Matcher extends Conversion[Boolean, Matcher[JsonType]]

Attributes

Graph
Supertypes
class Conversion[Boolean, Matcher[JsonType]]
trait Boolean => Matcher[JsonType]
class Object
trait Matchable
class Any
Self type
object given_Conversion_ContainWithResultSeq_Matcher extends Conversion[ContainWithResultSeq[String], Matcher[JsonType]]

Attributes

Graph
Supertypes
class Conversion[ContainWithResultSeq[String], Matcher[JsonType]]
trait ContainWithResultSeq[String] => Matcher[JsonType]
class Object
trait Matchable
class Any
Self type
object given_Conversion_ContainWithResult_Matcher extends Conversion[ContainWithResult[String], Matcher[JsonType]]

Attributes

Graph
Supertypes
class Conversion[ContainWithResult[String], Matcher[JsonType]]
trait ContainWithResult[String] => Matcher[JsonType]
class Object
trait Matchable
class Any
Self type
object given_Conversion_Double_Matcher extends Conversion[Double, Matcher[JsonType]]

Attributes

Graph
Supertypes
class Conversion[Double, Matcher[JsonType]]
trait Double => Matcher[JsonType]
class Object
trait Matchable
class Any
Self type
object given_Conversion_Int_Matcher extends Conversion[Int, Matcher[JsonType]]

Attributes

Graph
Supertypes
class Conversion[Int, Matcher[JsonType]]
trait Int => Matcher[JsonType]
class Object
trait Matchable
class Any
Self type
object given_Conversion_String_Matcher extends Conversion[String, Matcher[JsonType]]

Attributes

Graph
Supertypes
class Conversion[String, Matcher[JsonType]]
trait String => Matcher[JsonType]
class Object
trait Matchable
class Any
Self type
object given_Sized_JsonType extends Sized[JsonType]

Attributes

Graph
Supertypes
trait Sized[JsonType]
class Object
trait Matchable
class Any
Self type

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

Concrete methods

def array(array: List[Any]): JsonArray
def map(map: Map[String, Any]): JsonMap

Concrete fields

val anyMatch: Matcher[JsonType]