Package com.fasterxml.jackson.core.io
Class BigIntegerParser
java.lang.Object
com.fasterxml.jackson.core.io.BigIntegerParser
Helper class used to implement more optimized parsing of
BigInteger
for REALLY
big values (over 500 characters).- Since:
- 2.15
-
Method Summary
Modifier and TypeMethodDescriptionstatic BigInteger
parseWithFastParser
(String valueStr) static BigInteger
parseWithFastParser
(String valueStr, int radix)
-
Method Details
-
parseWithFastParser
-
parseWithFastParser
-