Class BarcodeDataFormat.Builder
java.lang.Object
org.apache.camel.model.dataformat.BarcodeDataFormat.Builder
- All Implemented Interfaces:
DataFormatBuilder<BarcodeDataFormat>
- Enclosing class:
- BarcodeDataFormat
public static class BarcodeDataFormat.Builder
extends Object
implements DataFormatBuilder<BarcodeDataFormat>
Builder is a specific builder for BarcodeDataFormat.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbarcodeFormat(String barcodeFormat) Barcode format such as QR-Codeend()Ends the build of the data format.height(int height) Height of the barcodeHeight of the barcodeImage type of the barcode such as pngwidth(int width) Width of the barcodeWidth of the barcode
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
width
Width of the barcode -
width
Width of the barcode -
height
Height of the barcode -
height
Height of the barcode -
imageType
Image type of the barcode such as png -
barcodeFormat
Barcode format such as QR-Code -
end
Description copied from interface:DataFormatBuilderEnds the build of the data format.- Specified by:
endin interfaceDataFormatBuilder<BarcodeDataFormat>- Returns:
- the data format fully built.
-