Class NopBarcodeFormatter

java.lang.Object
org.openwms.common.transport.barcode.NopBarcodeFormatter
All Implemented Interfaces:
BarcodeFormatter

public class NopBarcodeFormatter extends Object implements BarcodeFormatter
A NopFormatProvider.
Author:
Heiko Scherrer
  • Constructor Details

    • NopBarcodeFormatter

      public NopBarcodeFormatter()
  • Method Details

    • format

      public String format(String barcode)
      Format the given barcode.
      Specified by:
      format in interface BarcodeFormatter
      Parameters:
      barcode - The Barcode to format
      Returns:
      The formatted barcode or null if barcode is null