Uses of Class
com.broadleafcommerce.cartoperation.service.provider.external.ExternalShippingProperties
-
Packages that use ExternalShippingProperties Package Description com.broadleafcommerce.cartoperation.service.autoconfigure com.broadleafcommerce.cartoperation.service.provider.external -
-
Uses of ExternalShippingProperties in com.broadleafcommerce.cartoperation.service.autoconfigure
Methods in com.broadleafcommerce.cartoperation.service.autoconfigure with parameters of type ExternalShippingProperties Modifier and Type Method Description ShippingProvider
CartOperationServiceAutoConfiguration. 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 ExternalShippingProperties Modifier and Type Method Description protected ExternalShippingProperties
ExternalShippingProvider. getShippingProperties()
Constructors in com.broadleafcommerce.cartoperation.service.provider.external with parameters of type ExternalShippingProperties Constructor Description ExternalShippingProvider(org.springframework.web.reactive.function.client.WebClient webClient, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.broadleafcommerce.common.extension.TypeFactory typeFactory, ExternalShippingProperties shippingProperties)
-