public final class MoneyProducer extends Object implements MonetaryAmountProducer
MonetaryAmountProducer that creates MonetaryAmount
using Money implementation.| Constructor and Description |
|---|
MoneyProducer() |
| Modifier and Type | Method and Description |
|---|---|
javax.money.MonetaryAmount |
create(javax.money.CurrencyUnit currency,
Number number)
|
public MoneyProducer()
public javax.money.MonetaryAmount create(javax.money.CurrencyUnit currency, Number number)
MonetaryAmountProducercreate in interface MonetaryAmountProducerMonetaryAmount never nullCopyright © 2012-2016 JavaMoney. All Rights Reserved.