Interface BarcodeFormatter

All Known Implementing Classes:
ConfiguredBarcodeFormatter, NopBarcodeFormatter

public interface BarcodeFormatter
A BarcodeFormatter.
Author:
Heiko Scherrer
  • Method Summary

    Modifier and Type
    Method
    Description
    format(String barcode)
    Format the given barcode.
  • Method Details

    • format

      String format(String barcode)
      Format the given barcode.
      Parameters:
      barcode - The Barcode to format
      Returns:
      The formatted barcode or null if barcode is null