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