Uses of Class
com.broadleafcommerce.tabby.provider.external.ExternalTabbyProviderProperties
Packages that use ExternalTabbyProviderProperties
Package
Description
-
Uses of ExternalTabbyProviderProperties in com.broadleafcommerce.tabby.autoconfigure
Methods in com.broadleafcommerce.tabby.autoconfigure with parameters of type ExternalTabbyProviderPropertiesModifier and TypeMethodDescriptionTabbyServiceAutoConfiguration.tabbyExternalCallService
(com.broadleafcommerce.paymentgateway.util.PaymentResponseUtil paymentResponseUtil, TabbyProvider tabbyProvider, ExternalTabbyProviderProperties properties, TabbyConfigurationProperties tabbyConfigurationProperties, TabbyResponseService tabbyResponseService, TabbyRequestService tabbyRequestService, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.broadleafcommerce.common.extension.TypeFactory typeFactory) TabbyServiceAutoConfiguration.tabbyProvider
(org.springframework.web.reactive.function.client.WebClient webClient, com.fasterxml.jackson.databind.ObjectMapper objectMapper, ExternalTabbyProviderProperties properties, com.broadleafcommerce.common.extension.TypeFactory typeFactory, TabbyConfigurationProperties tabbyConfigurationProperties) -
Uses of ExternalTabbyProviderProperties in com.broadleafcommerce.tabby.provider.external
Methods in com.broadleafcommerce.tabby.provider.external that return ExternalTabbyProviderPropertiesModifier and TypeMethodDescriptionprotected ExternalTabbyProviderProperties
ExternalTabbyProvider.getProviderProperties()
Constructors in com.broadleafcommerce.tabby.provider.external with parameters of type ExternalTabbyProviderPropertiesModifierConstructorDescriptionExternalTabbyProvider
(org.springframework.web.reactive.function.client.WebClient webClient, com.fasterxml.jackson.databind.ObjectMapper objectMapper, ExternalTabbyProviderProperties providerProperties, TabbyConfigurationProperties configProperties, com.broadleafcommerce.common.extension.TypeFactory typeFactory) -
Uses of ExternalTabbyProviderProperties in com.broadleafcommerce.tabby.service
Methods in com.broadleafcommerce.tabby.service that return ExternalTabbyProviderPropertiesModifier and TypeMethodDescriptionprotected ExternalTabbyProviderProperties
DefaultTabbyExternalCallService.getProperties()
Constructors in com.broadleafcommerce.tabby.service with parameters of type ExternalTabbyProviderPropertiesModifierConstructorDescriptionDefaultTabbyExternalCallService
(com.broadleafcommerce.paymentgateway.util.PaymentResponseUtil paymentResponseUtil, TabbyProvider tabbyProvider, ExternalTabbyProviderProperties properties, TabbyConfigurationProperties tabbyConfigurationProperties, TabbyResponseService tabbyResponseService, TabbyRequestService tabbyRequestService, com.fasterxml.jackson.databind.ObjectMapper mapper, com.broadleafcommerce.common.extension.TypeFactory typeFactory)