@Metadata(label="dataformat,transformation",
title="Barcode")
public class BarcodeDataFormat
extends DataFormatDefinition
| Constructor and Description |
|---|
BarcodeDataFormat() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
configureDataFormat(DataFormat dataFormat,
CamelContext camelContext)
Allows derived classes to customize the data format
|
String |
getBarcodeFormat() |
Integer |
getHeight() |
String |
getImageType() |
Integer |
getWidth() |
void |
setBarcodeFormat(String barcodeFormat)
Barcode format such as QR-Code
|
void |
setHeight(Integer height)
Height of the barcode
|
void |
setImageType(String imageType)
Image type of the barcode such as png
|
void |
setWidth(Integer width)
Width of the barcode
|
configureDataFormat, createDataFormat, getDataFormat, getDataFormat, getDataFormat, getDataFormatName, getShortName, setDataFormat, setDataFormatName, setProperty, setPropertygetId, setIdprotected void configureDataFormat(DataFormat dataFormat, CamelContext camelContext)
DataFormatDefinitionconfigureDataFormat in class DataFormatDefinitionpublic Integer getWidth()
public void setWidth(Integer width)
public Integer getHeight()
public void setHeight(Integer height)
public String getImageType()
public void setImageType(String imageType)
public String getBarcodeFormat()
public void setBarcodeFormat(String barcodeFormat)
Apache Camel