Uses of Interface
org.leadpony.justify.api.Evaluator
-
Packages that use Evaluator Package Description org.leadpony.justify.api Provides the API for validating JSON documents. -
-
Uses of Evaluator in org.leadpony.justify.api
Fields in org.leadpony.justify.api declared as Evaluator Modifier and Type Field Description static EvaluatorEvaluator. ALWAYS_TRUEThe evaluator which evaluates anything as true.Methods in org.leadpony.justify.api that return Evaluator Modifier and Type Method Description EvaluatorJsonSchema. createEvaluator(EvaluatorContext context, InstanceType type)Creates an evaluator of this schema.EvaluatorJsonSchema. createNegatedEvaluator(EvaluatorContext context, InstanceType type)Creates an evaluator of the negated version of this schema.
-