Class CurrencyEditor

java.lang.Object
java.beans.PropertyEditorSupport
org.springframework.beans.propertyeditors.CurrencyEditor
All Implemented Interfaces:
PropertyEditor

public class CurrencyEditor extends PropertyEditorSupport
Editor for java.util.Currency, translating currency codes into Currency objects. Exposes the currency code as text representation of a Currency object.
Since:
3.0
Author:
Juergen Hoeller, Sam Brannen
See Also: