Class ConfiguredBarcodeFormatter
java.lang.Object
org.openwms.common.transport.barcode.ConfiguredBarcodeFormatter
- All Implemented Interfaces:
BarcodeFormatter
A ConfiguredBarcodeFormat.
- Author:
- Heiko Scherrer
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
LOGGER
private static final org.slf4j.Logger LOGGER -
pattern
-
padder
-
length
-
alignment
-
prefix
-
suffix
-
-
Constructor Details
-
ConfiguredBarcodeFormatter
public ConfiguredBarcodeFormatter()
-
-
Method Details
-
format
Format the givenbarcode
.- Specified by:
format
in interfaceBarcodeFormatter
- Parameters:
barcode
- The Barcode to format- Returns:
- The formatted barcode or null if
barcode
is null
-