Uses of Interface
jsonvalues.spec.JsArraySpec
Packages that use JsArraySpec
-
Uses of JsArraySpec in jsonvalues.spec
Methods in jsonvalues.spec that return JsArraySpecModifier and TypeMethodDescriptionstatic JsArraySpec
JsSpecs.array()
non-nullable array specstatic JsArraySpec
non-nullable array, where each element of the array satisfies the given predicatestatic JsArraySpec
JsSpecs.arrayOfBigInt()
non-nullable array of integral numbers specstatic JsArraySpec
JsSpecs.arrayOfBigInt
(int minLength, int maxLength) returns an array of big integers specstatic JsArraySpec
JsSpecs.arrayOfBigInt
(Predicate<BigInteger> predicate) non-nullable array of integral numbers, where each element of the array satisfies the given predicatestatic JsArraySpec
JsSpecs.arrayOfBigInt
(Predicate<BigInteger> predicate, int minLength, int maxLength) non-nullable array of integral numbers, where each element of the array satisfies the given predicatestatic JsArraySpec
JsSpecs.arrayOfBigIntSuchThat
(Predicate<JsArray> predicate) non-nullable array of integral numbers that satisfies the given predicatestatic JsArraySpec
JsSpecs.arrayOfBool()
non-nullable array of booleans specstatic JsArraySpec
JsSpecs.arrayOfBool
(int minLength, int maxLength) returns an array of boolean specstatic JsArraySpec
JsSpecs.arrayOfBoolSuchThat
(Predicate<JsArray> predicate) non-nullable array of booleans that satisfies the given predicatestatic JsArraySpec
JsSpecs.arrayOfDec()
non-nullable array of decimal numbers specstatic JsArraySpec
JsSpecs.arrayOfDec
(int minLength, int maxLength) returns an array of decimal numbers specstatic JsArraySpec
JsSpecs.arrayOfDec
(Predicate<BigDecimal> predicate) non-nullable array of decimal numbers, where each element of the array satisfies the given predicatestatic JsArraySpec
JsSpecs.arrayOfDec
(Predicate<BigDecimal> predicate, int minLength, int maxLength) non-nullable array of decimal numbers, where each element of the array satisfies the given predicatestatic JsArraySpec
JsSpecs.arrayOfDecSuchThat
(Predicate<JsArray> predicate) non-nullable array of decimal numbers that satisfies the given predicatestatic JsArraySpec
JsSpecs.arrayOfInt()
non-nullable array of integer numbers specstatic JsArraySpec
JsSpecs.arrayOfInt
(int minLength, int maxLength) returns an array of integers specstatic JsArraySpec
JsSpecs.arrayOfInt
(IntPredicate predicate) non-nullable array of integer numbers, where each element of the array satisfies the given predicatestatic JsArraySpec
JsSpecs.arrayOfInt
(IntPredicate predicate, int minLength, int maxLength) non-nullable array of integer numbers, where each element of the array satisfies the given predicatestatic JsArraySpec
JsSpecs.arrayOfIntSuchThat
(Predicate<JsArray> predicate) non-nullable array of numbers that satisfies the given predicatestatic JsArraySpec
JsSpecs.arrayOfLong()
non-nullable array of long numbers specstatic JsArraySpec
JsSpecs.arrayOfLong
(int minLength, int maxLength) returns an array of longs specstatic JsArraySpec
JsSpecs.arrayOfLong
(LongPredicate predicate) non-nullable array of long numbers, where each element of the array satisfies the given predicatestatic JsArraySpec
JsSpecs.arrayOfLong
(LongPredicate predicate, int minLength, int maxLength) non-nullable array of long numbers, where each element of the array satisfies the given predicatestatic JsArraySpec
JsSpecs.arrayOfLongSuchThat
(Predicate<JsArray> predicate) non-nullable array of long numbers that satisfies the given predicatestatic JsArraySpec
JsSpecs.arrayOfNumber()
non-nullable array of numbers specstatic JsArraySpec
JsSpecs.arrayOfNumber
(int minLength, int maxLength) returns an array of numbers specstatic JsArraySpec
JsSpecs.arrayOfNumber
(Predicate<JsNumber> predicate) non-nullable array of numbers, where each element of the array satisfies the given predicatestatic JsArraySpec
JsSpecs.arrayOfNumber
(Predicate<JsNumber> predicate, int minLength, int maxLength) non-nullable array of numbers, where each element of the array satisfies the given predicatestatic JsArraySpec
JsSpecs.arrayOfNumberSuchThat
(Predicate<JsArray> predicate) non-nullable array of numbers that satisfies the given predicatestatic JsArraySpec
JsSpecs.arrayOfObj()
non-nullable array of objects specstatic JsArraySpec
JsSpecs.arrayOfObj
(int minLength, int maxLength) returns an array of objects specstatic JsArraySpec
JsSpecs.arrayOfObj
(Predicate<JsObj> predicate) non-nullable array of objects, where each element of the array satisfies the given predicatestatic JsArraySpec
JsSpecs.arrayOfObj
(Predicate<JsObj> predicate, int minLength, int maxLength) non-nullable array of objects, where each element of the array satisfies the given predicatestatic JsArraySpec
JsSpecs.arrayOfObjSpec
(JsObjSpec spec) A required and none nullable spec that specifies an array of objects that conform the given specstatic JsArraySpec
JsSpecs.arrayOfObjSpec
(JsObjSpec spec, int minLength, int maxLength) A required and none nullable spec that specifies an array of objects that conform the given specstatic JsArraySpec
JsSpecs.arrayOfObjSuchThat
(Predicate<JsArray> predicate) non-nullable array of objects that satisfies the given predicatestatic JsArraySpec
JsSpecs.arrayOfStr()
non-nullable array of strings specstatic JsArraySpec
JsSpecs.arrayOfStr
(int minLength, int maxLength) returns an array of strings specstatic JsArraySpec
JsSpecs.arrayOfStr
(Predicate<String> predicate) non-nullable array of strings, where each element of the array satisfies the given predicatestatic JsArraySpec
JsSpecs.arrayOfStr
(Predicate<String> predicate, int minLength, int maxLength) non-nullable array of strings, where each element of the array satisfies the given predicatestatic JsArraySpec
JsSpecs.arrayOfStrSuchThat
(Predicate<JsArray> predicate) non-nullable array of strings that satisfies the given predicatestatic JsArraySpec
JsSpecs.arraySuchThat
(Predicate<JsArray> predicate) non-nullable array that satisfies the given predicateConstructors in jsonvalues.spec with parameters of type JsArraySpec