Interface BarcodeFormatter
- All Known Implementing Classes:
ConfiguredBarcodeFormatter,NopBarcodeFormatter
public interface BarcodeFormatter
A BarcodeFormatter.
- Author:
- Heiko Scherrer
-
Method Summary
-
Method Details
-
format
Format the givenbarcode.- Parameters:
barcode- The Barcode to format- Returns:
- The formatted barcode or null if
barcodeis null
-