Uses of Class
com.broadleafcommerce.cartoperation.service.provider.external.ExternalShippingProperties
Packages that use ExternalShippingProperties
Package
Description
-
Uses of ExternalShippingProperties in com.broadleafcommerce.cartoperation.service.autoconfigure
Methods in com.broadleafcommerce.cartoperation.service.autoconfigure with parameters of type ExternalShippingPropertiesModifier and TypeMethodDescriptionCartOperationServiceAutoConfiguration.shippingProvider
(org.springframework.web.reactive.function.client.WebClient webClient, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.broadleafcommerce.common.extension.TypeFactory typeFactory, ExternalShippingProperties shippingProperties) -
Uses of ExternalShippingProperties in com.broadleafcommerce.cartoperation.service.provider.external
Methods in com.broadleafcommerce.cartoperation.service.provider.external that return ExternalShippingPropertiesModifier and TypeMethodDescriptionprotected ExternalShippingProperties
ExternalShippingProvider.getShippingProperties()
Constructors in com.broadleafcommerce.cartoperation.service.provider.external with parameters of type ExternalShippingPropertiesModifierConstructorDescriptionExternalShippingProvider
(org.springframework.web.reactive.function.client.WebClient webClient, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.broadleafcommerce.common.extension.TypeFactory typeFactory, ExternalShippingProperties shippingProperties)