Uses of Class
jsonvalues.JsBigInt
Packages that use JsBigInt
Package
Description
The `jsonvalues` package provides a set of classes and interfaces for working with JSON (JavaScript Object Notation)
data in a type-safe and structured manner.
This package contains a set of generators for creating JSON-like data structures using the `jsonvalues` library.
-
Uses of JsBigInt in jsonvalues
Methods in jsonvalues that return JsBigIntModifier and TypeMethodDescriptionJsBigInt.map(UnaryOperator<BigInteger> fn) Maps this JSON bigint into another one.static JsBigIntJsBigInt.of(BigInteger n) Static factory method to create a JsBigInt from BigInteger objects.default JsBigIntJsValue.toJsBigInt()Returns this JsValue as a JsBigInt.Methods in jsonvalues with parameters of type JsBigInt -
Uses of JsBigInt in jsonvalues.gen
Methods in jsonvalues.gen that return types with arguments of type JsBigIntModifier and TypeMethodDescriptionstatic fun.gen.Gen<JsBigInt>JsBigIntGen.arbitrary(int bits) Returns an arbitrary JSON big integer generator with a specified number of bits.static fun.gen.Gen<JsBigInt>JsBigIntGen.biased(int bits) Returns a biased JSON big integer generator with a specified number of bits.