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
JsonType.type

Members list

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

Concrete methods

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

Concrete fields

val anyMatch: Matcher[JsonType]

Implicits

Implicits

implicit def JsonTypeIsSized: Sized[JsonType]
implicit def JsonTypeMatcherBigDecimal(expected: BigDecimal): Matcher[JsonType]
implicit def JsonTypeMatcherBoolean(expected: Boolean): Matcher[JsonType]
implicit def JsonTypeMatcherDouble(expected: Double): Matcher[JsonType]
implicit def JsonTypeMatcherInt(expected: Int): Matcher[JsonType]
implicit def JsonTypeMatcherString(expected: String): Matcher[JsonType]
implicit def JsonTypeMatcherTraversable(m: ContainWithResultSeq[String]): Matcher[JsonType]
implicit def JsonTypeMatcherTraversable(m: ContainWithResult[String]): Matcher[JsonType]