IsMapOfObj

object IsMapOfObj extends IsMapOfObj
Companion:
class
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait JsSpec
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror

Value members

Inherited methods

Inherited from:
JsSpec
def or(other: JsSpec): JsSpec
Inherited from:
JsSpec
override def parser: MapParser
Definition Classes
Inherited from:
IsMapOfObj
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
override def validate(value: JsValue): Result
Definition Classes
Inherited from:
JsObjSchema
override def validateAll(json: JsObj): LazyList[(JsPath, Invalid)]
Definition Classes
IsMapOfObj -> SchemaSpec
Inherited from:
IsMapOfObj