Class BarcodeDataFormat
java.lang.Object
org.apache.camel.model.IdentifiedType
org.apache.camel.model.DataFormatDefinition
org.apache.camel.model.dataformat.BarcodeDataFormat
@Metadata(firstVersion="2.14.0",
label="dataformat,transformation",
title="Barcode")
public class BarcodeDataFormat
extends DataFormatDefinition
Transform strings to various 1D/2D barcode bitmap formats and back.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilderis a specific builder forBarcodeDataFormat. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetWidth()voidsetBarcodeFormat(String barcodeFormat) Barcode format such as QR-CodevoidHeight of the barcodevoidsetImageType(String imageType) Image type of the barcode such as pngvoidWidth of the barcodeMethods inherited from class org.apache.camel.model.DataFormatDefinition
getDataFormat, getDataFormatName, getShortName, setDataFormat, setDataFormatNameMethods inherited from class org.apache.camel.model.IdentifiedType
getId, setId
-
Constructor Details
-
BarcodeDataFormat
public BarcodeDataFormat()
-
-
Method Details
-
getWidth
-
setWidth
Width of the barcode -
getHeight
-
setHeight
Height of the barcode -
getImageType
-
setImageType
Image type of the barcode such as png -
getBarcodeFormat
-
setBarcodeFormat
Barcode format such as QR-Code
-