Uses of Class
jsonvalues.spec.BigIntSchema
Packages that use BigIntSchema
Package
Description
The `jsonvalues.spec` package provides classes and interfaces for defining and working with JSON specifications
(specs) and parsers.
-
Uses of BigIntSchema in jsonvalues.spec
Methods in jsonvalues.spec that return BigIntSchemaModifier and TypeMethodDescriptionstatic BigIntSchemaBigIntSchema.between(BigInteger minimum, BigInteger maximum) static BigIntSchemaBigIntSchema.withMaximum(BigInteger maximum) static BigIntSchemaBigIntSchema.withMinimum(BigInteger minimum) Methods in jsonvalues.spec with parameters of type BigIntSchemaModifier and TypeMethodDescriptionstatic JsArraySpecJsSpecs.arrayOfBigInt(BigIntSchema schema) non-nullable array of big integer numbers.static JsArraySpecJsSpecs.arrayOfBigInt(BigIntSchema schema, ArraySchema arraySchema) non-nullable array of big integer numbers.static JsSpecJsSpecs.bigInteger(BigIntSchema schema) Returns a specification for a non-nullable big integer number that satisfies the given schema.static JsSpecJsSpecs.mapOfBigInteger(BigIntSchema schema) Returns a specification that validates that the JSON is an object, and the value of each key is a big integer that satisfies the given schema.