Module java.money
Package javax.money

Class CurrencyContextBuilder

java.lang.Object

public final class CurrencyContextBuilder
extends AbstractContextBuilder<CurrencyContextBuilder,​CurrencyContext>
Builder class for creating new instances of CurrencyContext adding detailed information about a CurrencyUnit instance. Typically the contexts are created and assigned by the classes that implement the CurrencyProviderSpi. The according implementation classes should document, which attributes are available.

Note this class is NOT thread-safe.

See Also:
CurrencyUnit.getContext()