@CompileStatic class CurrencyValueConverter extends Object implements ValueConverter
A ValueConverter for converting String to Currency.
Constructor and description |
---|
CurrencyValueConverter() |
Type Params | Return Type | Name and description |
---|---|---|
|
boolean |
canConvert(Object value) |
|
Object |
convert(Object value) |
|
Class<?> |
getTargetType() |