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 JsBigIntJsBigInt.of(BigInteger n) Static factory method to create a JsBigInt from BigInteger objects.default JsBigIntJsValue.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