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