public class BigIntegerConverter extends Object implements Converter<BigInteger>
BigInteger| Constructor and Description |
|---|
BigIntegerConverter() |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
convertFrom(String value)
Returns a
BigInteger instance representing the specified String value. |
String |
convertTo(BigInteger value)
Returns a
String instance representing the configuration parameter's value. |
public BigInteger convertFrom(String value)
BigInteger instance representing the specified String value.convertFrom in interface Converter<BigInteger>value - The configuration parameter's String valueBigInteger instance representing the configuration parameter's valuepublic String convertTo(BigInteger value)
String instance representing the configuration parameter's value.convertTo in interface Converter<BigInteger>value - The configuration parameter's BigInteger valueString instance representing the configuration parameter's typed valueCopyright © 2022. All rights reserved.