public class BigIntegerConverter extends Object implements Converter<BigInteger>
Converter.TypeAccess| Constructor and Description | 
|---|
| BigIntegerConverter() | 
| Modifier and Type | Method and Description | 
|---|---|
| BigInteger | fromString(String text) | 
| String | toString(BigInteger instance) | 
public String toString(BigInteger instance)
toString in interface Converter<BigInteger>public BigInteger fromString(String text)
fromString in interface Converter<BigInteger>Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.