Uses of Class
com.broadleafcommerce.tabby.service.TabbyConfigurationProperties
Packages that use TabbyConfigurationProperties
Package
Description
-
Uses of TabbyConfigurationProperties in com.broadleafcommerce.tabby.autoconfigure
Methods in com.broadleafcommerce.tabby.autoconfigure with parameters of type TabbyConfigurationPropertiesModifier 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.tabbyPaymentModificationService
(com.fasterxml.jackson.databind.ObjectMapper objectMapper, CustomerOrderInfoProvider<CustomerOrderInfo> tabbyCustomerOrderInfoProvider, ExternalOrderOperationProviderProperties properties, TabbyConfigurationProperties configurationProperties, com.broadleafcommerce.resource.security.utils.service.AuthenticationUtils authenticationUtils, com.broadleafcommerce.common.extension.TypeFactory typeFactory) TabbyServiceAutoConfiguration.tabbyPaymentValidator
(TabbyConfigurationProperties configurationProperties, com.fasterxml.jackson.databind.ObjectMapper objectMapper) 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) TabbyServiceAutoConfiguration.tabbyRequestService
(com.fasterxml.jackson.databind.ObjectMapper objectMapper, TabbyConfigurationProperties tabbyConfigurationProperties, com.broadleafcommerce.common.extension.TypeFactory typeFactory) TabbyServiceAutoConfiguration.tabbyTransactionLookupService
(TabbyProvider tabbyProvider, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.broadleafcommerce.common.extension.TypeFactory typeFactory, TabbyConfigurationProperties configurationProperties) TabbyServiceAutoConfiguration.tabbyWebhookHandler
(TabbyConfigurationProperties configurationProperties, com.broadleafcommerce.common.extension.TypeFactory typeFactory, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Uses of TabbyConfigurationProperties in com.broadleafcommerce.tabby.provider.external
Methods in com.broadleafcommerce.tabby.provider.external that return TabbyConfigurationPropertiesModifier and TypeMethodDescriptionprotected TabbyConfigurationProperties
ExternalTabbyProvider.getConfigProperties()
Constructors in com.broadleafcommerce.tabby.provider.external with parameters of type TabbyConfigurationPropertiesModifierConstructorDescriptionExternalTabbyProvider
(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 TabbyConfigurationProperties in com.broadleafcommerce.tabby.service
Methods in com.broadleafcommerce.tabby.service that return TabbyConfigurationPropertiesModifier and TypeMethodDescriptionprotected TabbyConfigurationProperties
DefaultTabbyTransactionLookupService.getConfigProperties()
protected TabbyConfigurationProperties
DefaultTabbyPaymentModificationService.getConfigurationProperties()
protected TabbyConfigurationProperties
DefaultTabbyPaymentValidator.getConfigurationProperties()
protected TabbyConfigurationProperties
DefaultTabbyExternalCallService.getTabbyConfigurationProperties()
Constructors in com.broadleafcommerce.tabby.service with parameters of type TabbyConfigurationPropertiesModifierConstructorDescriptionDefaultTabbyExternalCallService
(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) DefaultTabbyPaymentModificationService
(com.fasterxml.jackson.databind.ObjectMapper objectMapper, CustomerOrderInfoProvider<CustomerOrderInfo> customerOrderInfoProvider, ExternalOrderOperationProviderProperties properties, TabbyConfigurationProperties configurationProperties, com.broadleafcommerce.resource.security.utils.service.AuthenticationUtils authenticationUtils, com.broadleafcommerce.common.extension.TypeFactory typeFactory) DefaultTabbyPaymentValidator
(TabbyConfigurationProperties configurationProperties, com.fasterxml.jackson.databind.ObjectMapper objectMapper) DefaultTabbyTransactionLookupService
(TabbyProvider tabbyProvider, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.broadleafcommerce.common.extension.TypeFactory typeFactory, TabbyConfigurationProperties configProperties) -
Uses of TabbyConfigurationProperties in com.broadleafcommerce.tabby.service.requestresponse
Methods in com.broadleafcommerce.tabby.service.requestresponse that return TabbyConfigurationPropertiesModifier and TypeMethodDescriptionprotected TabbyConfigurationProperties
DefaultTabbyRequestService.getConfigProperties()
Constructors in com.broadleafcommerce.tabby.service.requestresponse with parameters of type TabbyConfigurationPropertiesModifierConstructorDescriptionDefaultTabbyRequestService
(com.fasterxml.jackson.databind.ObjectMapper objectMapper, TabbyConfigurationProperties configProperties, com.broadleafcommerce.common.extension.TypeFactory typeFactory) -
Uses of TabbyConfigurationProperties in com.broadleafcommerce.tabby.service.webhook
Methods in com.broadleafcommerce.tabby.service.webhook that return TabbyConfigurationPropertiesModifier and TypeMethodDescriptionprotected TabbyConfigurationProperties
DefaultTabbyWebhookHandler.getConfigurationProperties()
Constructors in com.broadleafcommerce.tabby.service.webhook with parameters of type TabbyConfigurationPropertiesModifierConstructorDescriptionDefaultTabbyWebhookHandler
(TabbyConfigurationProperties configurationProperties, com.broadleafcommerce.common.extension.TypeFactory typeFactory, com.fasterxml.jackson.databind.ObjectMapper objectMapper)