Uses of Class
org.leadpony.justify.api.Evaluator.Result
-
Packages that use Evaluator.Result Package Description org.leadpony.justify.api Provides the API for validating JSON documents. -
-
Uses of Evaluator.Result in org.leadpony.justify.api
Methods in org.leadpony.justify.api that return Evaluator.Result 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.static Evaluator.ResultEvaluator.Result. valueOf(String name)Returns the enum constant of this type with the specified name.static Evaluator.Result[]Evaluator.Result. values()Returns an array containing the constants of this enum type, in the order they are declared.
-