public class CurrencyConverter extends Object implements org.apache.commons.beanutils.Converter
Constructor and Description |
---|
CurrencyConverter() |
Modifier and Type | Method and Description |
---|---|
Object |
convert(Class type,
Object value)
Convert a String to a Double and a Double to a String
|
void |
setDecimalFormatter(DecimalFormat df) |
public void setDecimalFormatter(DecimalFormat df)
public final Object convert(Class type, Object value)
convert
in interface org.apache.commons.beanutils.Converter
type
- the class type to outputvalue
- the object to convertCopyright © 2015. All rights reserved.