Package | Description |
---|---|
jsonvalues.spec |
Modifier and Type | Method and Description |
---|---|
static JsErrorPair |
JsErrorPair.of(JsPath path,
JsError error) |
Modifier and Type | Method and Description |
---|---|
default Set<JsErrorPair> |
JsArraySpec.test(JsArray array) |
Set<JsErrorPair> |
JsTupleSpec.test(JsArray array) |
Set<JsErrorPair> |
JsObjSpec.test(JsObj obj) |
Set<JsErrorPair> |
JsSpec.test(JsPath parentPath,
JsValue value)
verify if the given value satisfy this spec.
|
Set<JsErrorPair> |
JsObjSpec.test(JsPath parentPath,
JsValue value) |
Set<JsErrorPair> |
JsArrayOfJsObjSpec.test(JsPath parentPath,
JsValue value) |
Set<JsErrorPair> |
JsTupleSpec.test(JsPath parentPath,
JsValue value) |
Copyright © 2022. All rights reserved.