Uses of Interface
com.broadleafcommerce.common.dataexport.service.specification.ExportSpecification
-
Packages that use ExportSpecification Package Description com.broadleafcommerce.common.dataexport.service.specification -
-
Uses of ExportSpecification in com.broadleafcommerce.common.dataexport.service.specification
Methods in com.broadleafcommerce.common.dataexport.service.specification that return ExportSpecification Modifier and Type Method Description protected ExportSpecification
SpecificationPropertiesSerializerModifier. getExportSpecification()
ExportSpecification
AbstractExportRowConverter. getSpecification()
Methods in com.broadleafcommerce.common.dataexport.service.specification with parameters of type ExportSpecification Modifier and Type Method Description protected com.fasterxml.jackson.databind.ObjectMapper
AbstractExportRowConverter. configureMapper(ExportSpecification specification, com.fasterxml.jackson.databind.ObjectMapper mapper)
protected com.fasterxml.jackson.databind.module.SimpleModule
AbstractExportRowConverter. getSpecificationExportModule(ExportSpecification specification)
Constructors in com.broadleafcommerce.common.dataexport.service.specification with parameters of type ExportSpecification Constructor Description AbstractExportRowConverter(ExportSpecification specification, com.fasterxml.jackson.databind.ObjectMapper baseMapper)
SpecificationPropertiesSerializerModifier(ExportSpecification exportSpecification)
-