| java.lang.Object | ||
| ↳ | java.beans.PropertyEditorSupport | |
| ↳ | org.springframework.beans.propertyeditors.CurrencyEditor | |
Editor for java.util.Currency, translating currency codes into Currency
objects. Exposes the currency code as text representation of a Currency object.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
This implementation returns
null to indicate that
there is no appropriate text representation. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.beans.PropertyEditorSupport
| |||||||||||||||||||||||||||||||||||||||||
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||||||||||
From interface
java.beans.PropertyEditor
| |||||||||||||||||||||||||||||||||||||||||
This implementation returns null to indicate that
there is no appropriate text representation.
