Package | Description |
---|---|
org.javamoney.moneta |
Platform RI: Defines the core/platform API and contains essential implementing classes.
|
Modifier and Type | Method and Description |
---|---|
MoneyCurrency |
MoneyCurrency.Builder.build()
Builds a new currency instance, the instance build is not cached
internally.
|
MoneyCurrency |
MoneyCurrency.Builder.build(boolean cache)
Builds a new currency instance, which ia additinoally stored to the
internal cache for reuse.
|
static MoneyCurrency |
MoneyCurrency.from(javax.money.CurrencyUnit currency) |
static MoneyCurrency |
MoneyCurrency.of(Currency currency)
Access a new instance based on
Currency . |
static MoneyCurrency |
MoneyCurrency.of(String currencyCode)
Access a new instance based on the ISO currency code.
|
Copyright © 2012–2013 JSR 354 - Expert Group. All rights reserved.