Uses of Class
javax.money.MonetaryContextBuilder
Packages that use MonetaryContextBuilder
-
Uses of MonetaryContextBuilder in javax.money
Methods in javax.money that return MonetaryContextBuilderModifier and TypeMethodDescriptionstatic MonetaryContextBuilderMonetaryContextBuilder.of()Creates a new builder, hereby the target implementation type is required.static MonetaryContextBuilderMonetaryContextBuilder.of(Class<? extends MonetaryAmount> amountType) Creates a new builder, hereby the target implementation type is required.static MonetaryContextBuilderMonetaryContextBuilder.of(MonetaryContext monetaryContext) Creates a new builder, using an existingMonetaryContextas a template.MonetaryContextBuilder.setAmountType(Class<? extends MonetaryAmount> amountType) Set the MonetaryAmount implementation class.MonetaryContextBuilder.setFixedScale(boolean fixedScale) Set the flag if the scale should fixed.MonetaryContextBuilder.setMaxScale(int maxScale) Set the maximal scale to be supported.MonetaryContextBuilder.setPrecision(int precision) Set the required precision.MonetaryContext.toBuilder()Creates a new builder instances, initialized with the data from this one.Constructors in javax.money with parameters of type MonetaryContextBuilderModifierConstructorDescription(package private)MonetaryContext(MonetaryContextBuilder builder) Constructor, used from the Builder.