Uses of Class
javax.money.CurrencyContextBuilder
Packages that use CurrencyContextBuilder
-
Uses of CurrencyContextBuilder in javax.money
Methods in javax.money that return CurrencyContextBuilderModifier and TypeMethodDescriptionstatic CurrencyContextBuilderCreates a new builder.static CurrencyContextBuilderCurrencyContextBuilder.of(CurrencyContext context) Creates a new builder.CurrencyContext.toBuilder()Allows to convert a instance into the correspondingCurrencyContextBuilder, which allows to change the values and of anotherCurrencyContextinstance.Constructors in javax.money with parameters of type CurrencyContextBuilderModifierConstructorDescription(package private)CurrencyContext(CurrencyContextBuilder builder) Constructor, used from theCurrencyContextBuilder.