Uses of Class
com.broadleafcommerce.cartoperation.service.provider.external.ExternalPricingProperties
-
Packages that use ExternalPricingProperties Package Description com.broadleafcommerce.cartoperation.service.provider.external -
-
Uses of ExternalPricingProperties in com.broadleafcommerce.cartoperation.service.provider.external
Methods in com.broadleafcommerce.cartoperation.service.provider.external that return ExternalPricingProperties Modifier and Type Method Description protected ExternalPricingProperties
ExternalPricingProvider. getProperties()
Constructors in com.broadleafcommerce.cartoperation.service.provider.external with parameters of type ExternalPricingProperties Constructor Description ExternalPricingProvider(org.springframework.web.reactive.function.client.WebClient webClient, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.broadleafcommerce.common.extension.TypeFactory typeFactory, CartItemPricingUtils cartItemPricingUtils, ExternalPricingProperties properties, UserTargetGenerationService userTargetGenerationService)
-