Package jsonvalues.spec
Class JsTupleSpec
java.lang.Object
jsonvalues.spec.JsTupleSpec
- All Implemented Interfaces:
JsArraySpec
,JsSpec
Represents a specification of every element of a Json array. It allows to define
tuples and the schema of every of its elements.
-
Method Details
-
nullable
Description copied from interface:JsSpec
Returns the same spec with the nullable flag enabled -
parser
Description copied from interface:JsSpec
Returns the deserializer used during the parsing process to parse an array of bytes or string -
test
Description copied from interface:JsSpec
verify if the given value satisfy this spec. -
test
- Specified by:
test
in interfaceJsArraySpec
-