public class CharSequenceBigDecimal extends Object implements ContextualConverter<CharSequence,BigDecimal>
| Constructor and Description |
|---|
CharSequenceBigDecimal() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
convert(CharSequence in,
Context context) |
String |
toString() |
public BigDecimal convert(CharSequence in, Context context) throws Exception
convert in interface ContextualConverter<CharSequence,BigDecimal>ExceptionCopyright © 2020. All rights reserved.