Package com.fasterxml.jackson.core.io
Class BigIntegerParser
- java.lang.Object
-
- com.fasterxml.jackson.core.io.BigIntegerParser
-
public final class BigIntegerParser extends java.lang.ObjectHelper class used to implement more optimized parsing ofBigIntegerfor REALLY big values (over 500 characters).- Since:
- 2.15
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.math.BigIntegerparseWithFastParser(java.lang.String valueStr)static java.math.BigIntegerparseWithFastParser(java.lang.String valueStr, int radix)
-