@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, wait
toString
public static BigIntegerStringConverter create()
public EnhancedType<BigInteger> type()
StringConverter
type
in interface StringConverter<BigInteger>
public BigInteger fromString(String string)
StringConverter
fromString
in interface StringConverter<BigInteger>
Copyright © 2021. All rights reserved.