Uses of Class
jsonvalues.JsBigInt
Packages that use JsBigInt
Package
Description
json-values is a one-package and zero-dependency library to work with jsons in a declarative and functional way.
-
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