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 DataFormatDefinitionTransform strings to various 1D/2D barcode bitmap formats and back.
-
-
Constructor Summary
Constructors Constructor Description BarcodeDataFormat()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBarcodeFormat()StringgetHeight()StringgetImageType()StringgetWidth()voidsetBarcodeFormat(String barcodeFormat)Barcode format such as QR-CodevoidsetHeight(String height)Height of the barcodevoidsetImageType(String imageType)Image type of the barcode such as pngvoidsetWidth(String width)Width of the barcode-
Methods inherited from class org.apache.camel.model.DataFormatDefinition
getDataFormat, getDataFormatName, getShortName, setDataFormat, setDataFormatName
-
Methods inherited from class org.apache.camel.model.IdentifiedType
getId, setId
-
-
-
-
Method Detail
-
getWidth
public String getWidth()
-
setWidth
public void setWidth(String width)
Width of the barcode
-
getHeight
public String getHeight()
-
setHeight
public void setHeight(String height)
Height of the barcode
-
getImageType
public String getImageType()
-
setImageType
public void setImageType(String imageType)
Image type of the barcode such as png
-
getBarcodeFormat
public String getBarcodeFormat()
-
setBarcodeFormat
public void setBarcodeFormat(String barcodeFormat)
Barcode format such as QR-Code
-
-