@ThreadSafe @Immutable public class BigIntegerStringConverter extends Object implements StringConverter<BigInteger>
BigInteger and String.
This converts values using BigInteger.toString() and BigInteger.BigInteger(String).
| Modifier and Type | Method and Description |
|---|---|
static BigIntegerStringConverter |
create() |
BigInteger |
fromString(String string)
Convert the provided string into an object.
|
EnhancedType<BigInteger> |
type()
The type supported by this converter.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waittoStringpublic static BigIntegerStringConverter create()
public EnhancedType<BigInteger> type()
StringConvertertype in interface StringConverter<BigInteger>public BigInteger fromString(String string)
StringConverterfromString in interface StringConverter<BigInteger>Copyright © 2020. All rights reserved.