public final class BigIntegerConvertor extends Object implements Convertor<BigInteger>
| Modifier and Type | Field and Description |
|---|---|
static BigIntegerConvertor |
INSTANCE |
| Constructor and Description |
|---|
BigIntegerConvertor() |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
convert(Object value) |
BigInteger |
convert(String value) |
public static final BigIntegerConvertor INSTANCE
public BigInteger convert(String value)
convert in interface Convertor<BigInteger>public BigInteger convert(Object value)
convert in interface Convertor<BigInteger>Copyright © 2016 jetbrick. All rights reserved.