Uses of Class
com.broadleafcommerce.dataexchange.service.error.DataExchangeErrorProperties
Packages that use DataExchangeErrorProperties
-
Uses of DataExchangeErrorProperties in com.broadleafcommerce.dataexchange.service.error
Methods in com.broadleafcommerce.dataexchange.service.error with parameters of type DataExchangeErrorPropertiesModifier and TypeMethodDescriptionDataExchangeErrorAutoConfiguration.dataExchangeBadRequestExceptionErrorResolver
(com.fasterxml.jackson.databind.ObjectMapper objectMapper, DataExchangeErrorProperties properties) DataExchangeErrorAutoConfiguration.dataExchangeWebClientExceptionErrorResolver
(com.fasterxml.jackson.databind.ObjectMapper objectMapper, DataExchangeErrorProperties properties) DataExchangeErrorAutoConfiguration.defaultBatchItemErrorResolver
(List<ErrorResolver> errorResolvers, com.broadleafcommerce.common.extension.TypeFactory typeFactory, DataExchangeErrorProperties errorProperties) Constructors in com.broadleafcommerce.dataexchange.service.error with parameters of type DataExchangeErrorPropertiesModifierConstructorDescriptionDefaultBatchItemErrorHandler
(@NonNull List<ErrorResolver> errorResolvers, com.broadleafcommerce.common.extension.TypeFactory typeFactory, DataExchangeErrorProperties properties) WebClientBadRequestExceptionErrorResolver
(com.fasterxml.jackson.databind.ObjectMapper objectMapper, DataExchangeErrorProperties properties) WebClientExceptionErrorResolver
(com.fasterxml.jackson.databind.ObjectMapper objectMapper, DataExchangeErrorProperties properties)