Uses of Class
jsonvalues.JsBigInt
Packages that use JsBigInt
Package
Description
This package includes all the classes to represents, create and manipulate JSON
this package includes all the JSON generators
-
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 JsBigInt
JsBigInt.of
(BigInteger n) Static factory method to create a JsBigInt from BigInteger objects.default JsBigInt
JsValue.toJsBigInt()
Retruns this JsValue as a JsBigIntMethods in jsonvalues with parameters of type JsBigInt -
Uses of JsBigInt in jsonvalues.gen
Methods in jsonvalues.gen that return types with arguments of type JsBigInt