Uses of Interface
com.broadleafcommerce.money.CurrencyContext
Packages that use CurrencyContext
Package
Description
-
Uses of CurrencyContext in com.broadleafcommerce.money
Classes in com.broadleafcommerce.money with type parameters of type CurrencyContextModifier and TypeInterfaceDescriptioninterfaceCurrencyContextSupplier<T extends CurrencyContext>Represents a supplier ofCurrencyContext-valued results.Classes in com.broadleafcommerce.money that implement CurrencyContextMethods in com.broadleafcommerce.money that return types with arguments of type CurrencyContextModifier and TypeMethodDescriptionstatic Optional<CurrencyContext>SystemCurrencyContextHolder.getCurrencyContext()Convenience method that returns the context configured by the holder.Methods in com.broadleafcommerce.money with parameters of type CurrencyContextModifier and TypeMethodDescriptionstatic voidSystemCurrencyContextHolder.setCurrency(CurrencyContext context) Deprecated. -
Uses of CurrencyContext in com.broadleafcommerce.money.jackson
Classes in com.broadleafcommerce.money.jackson with type parameters of type CurrencyContextModifier and TypeClassDescriptionclassCurrencyContextDeserializer<T extends CurrencyContext>Allows deserialization of aCurrencyContext.Methods in com.broadleafcommerce.money.jackson that return CurrencyContextModifier and TypeMethodDescriptionCurrencyContextAware.getCurrencyContext()Deprecated.Obtains theCurrencyContextfor serialization, usually set fromCurrencyContextAware.setCurrencyContext(CurrencyContext)although not requiredMethods in com.broadleafcommerce.money.jackson with parameters of type CurrencyContextModifier and TypeMethodDescriptionvoidCurrencyContextSerializer.serialize(CurrencyContext value, com.fasterxml.jackson.core.JsonGenerator generator, com.fasterxml.jackson.databind.SerializerProvider provider) voidCurrencyContextSerializer.serializeWithType(CurrencyContext value, com.fasterxml.jackson.core.JsonGenerator generator, com.fasterxml.jackson.databind.SerializerProvider serializers, com.fasterxml.jackson.databind.jsontype.TypeSerializer typeSer) voidCurrencyContextAware.setCurrencyContext(CurrencyContext context) Deprecated.Sets up the currency context during mapping from the repository domain. -
Uses of CurrencyContext in com.broadleafcommerce.money.util
Methods in com.broadleafcommerce.money.util with parameters of type CurrencyContextModifier and TypeMethodDescriptionstatic javax.money.MonetaryAmountMonetaryUtils.toAmount(Number value, CurrencyContext ctx)
SystemCurrencyContextHolder.setProcessCurrency(CurrencyUnit)instead