Uses of Interface
com.broadleafcommerce.common.dataexport.service.specification.ExportSpecification
Packages that use ExportSpecification
-
Uses of ExportSpecification in com.broadleafcommerce.common.dataexport.service.specification
Methods in com.broadleafcommerce.common.dataexport.service.specification that return ExportSpecificationModifier and TypeMethodDescriptionprotected ExportSpecificationSpecificationPropertiesSerializerModifier.getExportSpecification()AbstractExportRowConverter.getSpecification()Methods in com.broadleafcommerce.common.dataexport.service.specification with parameters of type ExportSpecificationModifier and TypeMethodDescriptionprotected 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 ExportSpecificationModifierConstructorDescriptionAbstractExportRowConverter(ExportSpecification specification, com.fasterxml.jackson.databind.ObjectMapper baseMapper) SpecificationPropertiesSerializerModifier(ExportSpecification exportSpecification)