Uses of Class
jsonvalues.spec.SpecError
Packages that use SpecError
Package
Description
The `jsonvalues.spec` package provides classes and interfaces for defining and working with JSON specifications (specs) and parsers.
-
Uses of SpecError in jsonvalues.spec
Methods in jsonvalues.spec that return types with arguments of type SpecErrorModifier and TypeMethodDescriptionValidates a given JSON object against this JsObjSpec and returns a set of validation errors, if any.Verify if the given JSON value satisfies this spec.Verify if the given JSON value satisfies this spec, starting from the root path.