Module java.money
Package javax.money

Class RoundingContextBuilder

    • Constructor Detail

      • RoundingContextBuilder

        private RoundingContextBuilder​(java.lang.String provider,
                                       java.lang.String roundingId)
        Creates a new builder.
        Parameters:
        provider - the provider name, creating the corresponding MonetaryRounding containing, not null. the final RoundingContext created by this builder, not null.
        roundingId - The name of the rounding, not null.
      • RoundingContextBuilder

        private RoundingContextBuilder​(RoundingContext roundingContext)
        Creates a new RoundingContextBuilder.
        Parameters:
        roundingContext - the rounding context, used as a template, not null.