@FhFormatter public class CurrencyFormatter extends Object implements org.springframework.format.Formatter<Double>
| Constructor and Description |
|---|
CurrencyFormatter() |
| Modifier and Type | Method and Description |
|---|---|
Double |
parse(String text,
Locale locale) |
String |
print(Double object,
Locale locale) |
public Double parse(String text, Locale locale) throws ParseException
parse in interface org.springframework.format.Parser<Double>ParseExceptionCopyright © 2020. All rights reserved.