spring-framework / org.springframework.beans.propertyeditors / CurrencyEditor

CurrencyEditor

open class CurrencyEditor : PropertyEditorSupport

Editor for java.util.Currency, translating currency codes into Currency objects. Exposes the currency code as text representation of a Currency object.

Author
Juergen Hoeller

Since
3.0

See Also
java.util.Currency

Constructors

<init>

CurrencyEditor()

Editor for java.util.Currency, translating currency codes into Currency objects. Exposes the currency code as text representation of a Currency object.

Functions

getAsText

open fun getAsText(): String

setAsText

open fun setAsText(text: String): Unit