public class JsArrayOfJsObjSpec extends Object implements JsSpec, JsArraySpec
Modifier and Type | Method and Description |
---|---|
JsSpec |
nullable()
Returns the same spec with the nullable flag enabled
|
JsSpecParser |
parser()
Returns the deserializer used during the parsing process to parse an array of bytes or string
|
Set<SpecError> |
test(JsPath parentPath,
JsValue value)
verify if the given value satisfy this spec.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
test
public JsSpec nullable()
JsSpec
public JsSpecParser parser()
JsSpec
Copyright © 2022. All rights reserved.