Uses of Interface
com.broadleafcommerce.shipping.service.WeightCalculationService
Package
Description
-
Uses of WeightCalculationService in com.broadleafcommerce.shipping.service
Modifier and TypeClassDescriptionclass
Utilizes the Indriya project (Github) to support weight calculations with different units of measurement. -
Uses of WeightCalculationService in com.broadleafcommerce.shipping.service.autoconfigure
Modifier and TypeMethodDescriptionShippingServicesAutoConfiguration.weightCalculationService
(MathContext shippingWeightMathContext, com.fasterxml.jackson.databind.ObjectMapper mapper, MeasurementProperties measurementProperties) -
Uses of WeightCalculationService in com.broadleafcommerce.shipping.service.integrations.banded
Modifier and TypeMethodDescriptionprotected WeightCalculationService
BandedFulfillmentPricingProvider.getWeightCalculationService()
ModifierConstructorDescriptionBandedFulfillmentPricingProvider
(com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.broadleafcommerce.common.extension.TypeFactory typeFactory, BandedFulfillmentPricingProperties bandedProps, WeightCalculationService weightCalculationService) -
Uses of WeightCalculationService in com.broadleafcommerce.shipping.service.integrations.shipengine.config
Modifier and TypeMethodDescriptionShipEngineAutoConfiguration.shipEngineService
(org.springframework.web.reactive.function.client.WebClient shipEngineWebClient, ShipEngineProperties shipEngineProperties, WeightCalculationService weightCalculationService) -
Uses of WeightCalculationService in com.broadleafcommerce.shipping.service.integrations.shipengine.service
Modifier and TypeMethodDescriptionprotected WeightCalculationService
DefaultShipEngineService.getWeightCalculationService()
ModifierConstructorDescriptionDefaultShipEngineService
(org.springframework.web.reactive.function.client.WebClient webClient, ShipEngineProperties shipEngineProperties, WeightCalculationService weightCalculationService)