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 TypeInterfaceDescriptioninterface
CurrencyContextSupplier<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 void
SystemCurrencyContextHolder.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 TypeClassDescriptionclass
CurrencyContextDeserializer<T extends CurrencyContext>
Allows deserialization of aCurrencyContext
.Methods in com.broadleafcommerce.money.jackson that return CurrencyContextModifier and TypeMethodDescriptionCurrencyContextAware.getCurrencyContext()
Deprecated.Obtains theCurrencyContext
for serialization, usually set fromCurrencyContextAware.setCurrencyContext(CurrencyContext)
although not requiredMethods in com.broadleafcommerce.money.jackson with parameters of type CurrencyContextModifier and TypeMethodDescriptionvoid
CurrencyContextSerializer.serialize
(CurrencyContext value, com.fasterxml.jackson.core.JsonGenerator generator, com.fasterxml.jackson.databind.SerializerProvider provider) void
CurrencyContextSerializer.serializeWithType
(CurrencyContext value, com.fasterxml.jackson.core.JsonGenerator generator, com.fasterxml.jackson.databind.SerializerProvider serializers, com.fasterxml.jackson.databind.jsontype.TypeSerializer typeSer) void
CurrencyContextAware.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.MonetaryAmount
MonetaryUtils.toAmount
(Number value, CurrencyContext ctx)
SystemCurrencyContextHolder.setProcessCurrency(CurrencyUnit)
instead