Uses of Class
com.broadleafcommerce.customer.dataexport.converter.CustomerRowConverter
Packages that use CustomerRowConverter
Package
Description
-
Uses of CustomerRowConverter in com.broadleafcommerce.customer.dataexport
Methods in com.broadleafcommerce.customer.dataexport that return CustomerRowConverterModifier and TypeMethodDescriptionprotected CustomerRowConverterCustomerExportProcessor.getCustomerRowConverter()Constructors in com.broadleafcommerce.customer.dataexport with parameters of type CustomerRowConverterModifierConstructorDescriptionCustomerExportProcessor(CustomerService<Customer> customerService, com.broadleafcommerce.common.extension.TypeFactory typeFactory, com.broadleafcommerce.data.tracking.core.filtering.fetch.FilterParser<cz.jirutka.rsql.parser.ast.Node> filterParser, CustomerRowConverter customerRowConverter, com.broadleafcommerce.data.tracking.core.web.ContextRequestHydrator hydrator) -
Uses of CustomerRowConverter in com.broadleafcommerce.customer.dataexport.autoconfigure
Methods in com.broadleafcommerce.customer.dataexport.autoconfigure that return CustomerRowConverterModifier and TypeMethodDescriptionCustomerExportAutoConfiguration.Converters.customerRowConverter(CustomerExportSpecification customerExportSpecification, com.fasterxml.jackson.databind.ObjectMapper objectMapper) Methods in com.broadleafcommerce.customer.dataexport.autoconfigure with parameters of type CustomerRowConverterModifier and TypeMethodDescriptionCustomerExportAutoConfiguration.customerExportProcessor(CustomerService<Customer> customerService, com.broadleafcommerce.common.extension.TypeFactory typeFactory, com.broadleafcommerce.data.tracking.core.filtering.fetch.FilterParser<cz.jirutka.rsql.parser.ast.Node> filterParser, CustomerRowConverter customerRowConverter, com.broadleafcommerce.data.tracking.core.web.ContextRequestHydrator hydrator)