Uses of Interface
org.leadpony.justify.api.ProblemDispatcher
-
Packages that use ProblemDispatcher Package Description org.leadpony.justify.api Provides the API for validating JSON documents. -
-
Uses of ProblemDispatcher in org.leadpony.justify.api
Methods in org.leadpony.justify.api with parameters of type ProblemDispatcher Modifier and Type Method Description Evaluator.ResultEvaluator. evaluate(JsonParser.Event event, int depth, ProblemDispatcher dispatcher)Evaluates a JSON schema against each instance location to which it applies.
-