Package | Description |
---|---|
javax.money |
Main package of the Money and Currency API.
|
Modifier and Type | Method and Description |
---|---|
static CurrencyContextBuilder |
CurrencyContextBuilder.of(CurrencyContext context)
Creates a new builder.
|
static CurrencyContextBuilder |
CurrencyContextBuilder.of(String provider)
Creates a new builder.
|
CurrencyContextBuilder |
CurrencyContext.toBuilder()
Allows to convert a instance into the corresponding
CurrencyContextBuilder , which allows
to change the values and of another CurrencyContext instance. |
Copyright © 2012–2016 JSR 354 - Expert Group. All rights reserved.