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