public class BigIntegerStringConverter extends AbstractNumberStringConverter<BigInteger>
| Constructor and Description |
|---|
BigIntegerStringConverter() |
| Modifier and Type | Method and Description |
|---|---|
Class<BigInteger> |
getConvertedClass() |
boolean |
requiresQuotes() |
BigInteger |
toObject(Object value) |
BigInteger |
toObject(String string) |
toStringpublic Class<BigInteger> getConvertedClass()
public boolean requiresQuotes()
public BigInteger toObject(Object value)
public BigInteger toObject(String string)
Copyright © 2015 Revolution Systems Inc.. All rights reserved.