Module java.money
Package javax.money

Class MonetaryContextBuilder

    • Constructor Detail

      • MonetaryContextBuilder

        private MonetaryContextBuilder​(MonetaryContext monetaryContext)
      • MonetaryContextBuilder

        private MonetaryContextBuilder​(java.lang.Class<? extends MonetaryAmount> amountType)
        Creates a new builder, hereby the target implementation type is required. This can be used to explicitly acquire a specific amount type and additionally configure the amount factory with the attributes in this query.
        Parameters:
        amountType - the target amount type, not null.