Validator

net.reactivecore.cjs.validator.Validator
See theValidator companion object
trait Validator

Validates JSON. This are the core elements which form a validation tree.

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Value members

Abstract methods

Validate JSON, returns violations.

Validate JSON, returns violations.

Attributes

Concrete methods

def children: Vector[Validator]

Children Validators

Children Validators

Attributes

def precedence: Int

Precedence of this operation (for stateful validators), when using Sequence

Precedence of this operation (for stateful validators), when using Sequence

Attributes

Touches the validator, possible state modifying (e.g. adding dynamic anchors)

Touches the validator, possible state modifying (e.g. adding dynamic anchors)

Attributes

Validate, but skip evaluated

Validate, but skip evaluated

Attributes

def wideForeach(f: Validator => Unit): Unit

Depth first foreach.

Depth first foreach.

Attributes