Package jsonvalues.spec
Class JsArrayOfJsObjSpec
- java.lang.Object
-
- jsonvalues.spec.JsArrayOfJsObjSpec
-
- All Implemented Interfaces:
JsArraySpec
,JsSpec
public class JsArrayOfJsObjSpec extends Object implements JsSpec, JsArraySpec
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JsSpec
nullable()
Returns the same spec with the nullable flag enabledJsSpecParser
parser()
Returns the deserializer used during the parsing process to parse an array of bytes or stringSet<SpecError>
test(JsPath parentPath, JsValue value)
verify if the given value satisfy this spec.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface jsonvalues.spec.JsArraySpec
test
-
-
-
-
Method Detail
-
nullable
public JsSpec nullable()
Description copied from interface:JsSpec
Returns the same spec with the nullable flag enabled
-
parser
public JsSpecParser parser()
Description copied from interface:JsSpec
Returns the deserializer used during the parsing process to parse an array of bytes or string
-
-