public class String2BigDecimalConverter extends Object implements StringConverter<BigDecimal>
Convert the string to big decimal
| 构造器和说明 |
|---|
String2BigDecimalConverter() |
public BigDecimal convert(String source)
StringConverterconvert 在接口中 StringConverter<BigDecimal>source - the string sourceCopyright © 2020. All rights reserved.