Uses of Class
jsonvalues.spec.SpecError
-
Packages that use SpecError Package Description jsonvalues.spec -
-
Uses of SpecError in jsonvalues.spec
Methods in jsonvalues.spec that return types with arguments of type SpecError Modifier and Type Method Description Set<SpecError>JsArrayOfJsObjSpec. test(JsPath parentPath, JsValue value)default Set<SpecError>JsArraySpec. test(JsArray array)Set<SpecError>JsObjSpec. test(JsObj obj)Set<SpecError>JsObjSpec. test(JsPath parentPath, JsValue value)Set<SpecError>JsSpec. test(JsPath parentPath, JsValue value)verify if the given value satisfy this spec.Set<SpecError>JsTupleSpec. test(JsArray array)Set<SpecError>JsTupleSpec. test(JsPath parentPath, JsValue value)
-