Uses of Class
com.broadleafcommerce.cartoperation.service.provider.external.ExternalCustomerProperties
-
Packages that use ExternalCustomerProperties Package Description com.broadleafcommerce.cartoperation.service.autoconfigure com.broadleafcommerce.cartoperation.service.provider.external -
-
Uses of ExternalCustomerProperties in com.broadleafcommerce.cartoperation.service.autoconfigure
Methods in com.broadleafcommerce.cartoperation.service.autoconfigure with parameters of type ExternalCustomerProperties Modifier and Type Method Description CustomerProvider
CartOperationServiceAutoConfiguration. customerProvider(org.springframework.web.reactive.function.client.WebClient webClient, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.broadleafcommerce.common.extension.TypeFactory typeFactory, ExternalCustomerProperties externalCustomerProperties)
-
Uses of ExternalCustomerProperties in com.broadleafcommerce.cartoperation.service.provider.external
Methods in com.broadleafcommerce.cartoperation.service.provider.external that return ExternalCustomerProperties Modifier and Type Method Description protected ExternalCustomerProperties
ExternalCustomerProvider. getProperties()
Constructors in com.broadleafcommerce.cartoperation.service.provider.external with parameters of type ExternalCustomerProperties Constructor Description ExternalCustomerProvider(org.springframework.web.reactive.function.client.WebClient webClient, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.broadleafcommerce.common.extension.TypeFactory typeFactory, ExternalCustomerProperties properties)
-