Uses of Interface
org.leadpony.justify.api.EvaluatorContext
-
Packages that use EvaluatorContext Package Description org.leadpony.justify.api Provides the API for validating JSON documents. -
-
Uses of EvaluatorContext in org.leadpony.justify.api
Methods in org.leadpony.justify.api with parameters of type EvaluatorContext 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.voidProblemDispatcher. dispatchInevitableProblem(EvaluatorContext context, JsonSchema schema)Dispatches an inevitable problem.
-