IsJsObj

sealed case class IsJsObj(p: JsObj => Boolean, decimalConf: DecimalConf, digitsLimit: Int)
Companion:
object
trait Serializable
trait Product
trait Equals
trait JsSpec
class Object
trait Matchable
class Any
object IsJsObj.type

Value members

Concrete methods

override def parser: Parser[_]
Definition Classes
override def validate(value: JsValue): Result
Definition Classes
JsValueSpec -> JsSpec

Inherited methods

Inherited from:
JsSpec
def or(other: JsSpec): JsSpec
Inherited from:
JsSpec
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product