@Deprecated public class BigIntegerConverter extends AbstractTypeConverter<java.math.BigInteger>
targetClass| Constructor and Description |
|---|
BigIntegerConverter()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.math.BigInteger |
fromOtherType(java.lang.Object obj,
java.lang.String option)
Deprecated.
|
protected java.math.BigInteger |
fromString(java.lang.String objText,
java.lang.String option)
Deprecated.
|
convert, nullValueprotected java.math.BigInteger fromString(java.lang.String objText,
java.lang.String option)
throws junitparams.converters.ConversionFailedException
fromString in class AbstractTypeConverter<java.math.BigInteger>junitparams.converters.ConversionFailedExceptionprotected java.math.BigInteger fromOtherType(java.lang.Object obj,
java.lang.String option)
throws junitparams.converters.ConversionFailedException
fromOtherType in class AbstractTypeConverter<java.math.BigInteger>junitparams.converters.ConversionFailedException