public final class StringToBigDecimalConverter extends Converter<BigDecimal>
| Constructor and Description |
|---|
StringToBigDecimalConverter() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
convert(String value)
Converts the supplied
value into an Object of the
appropriate type. |
equals, getType, hashCode, toStringpublic StringToBigDecimalConverter()
public final BigDecimal convert(String value)
Convertervalue into an Object of the
appropriate type.
Implementations of this method are permitted to return null.
convert in class Converter<BigDecimal>value - the value to convert; may be nullnullCopyright © 2017–2019, microBean. All rights reserved.