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 ExportSpecificationSpecificationPropertiesSerializerModifier. getExportSpecification()ExportSpecificationAbstractExportRowConverter. getSpecification()Methods in com.broadleafcommerce.common.dataexport.service.specification with parameters of type ExportSpecification Modifier and Type Method Description protected com.fasterxml.jackson.databind.ObjectMapperAbstractExportRowConverter. configureMapper(ExportSpecification specification, com.fasterxml.jackson.databind.ObjectMapper mapper)protected com.fasterxml.jackson.databind.module.SimpleModuleAbstractExportRowConverter. 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)
-