@Generated(value="org.apache.camel.maven.packaging.SpringBootAutoConfigurationMojo") @ConfigurationProperties(prefix="camel.dataformat.barcode") public class BarcodeDataFormatConfiguration extends org.apache.camel.spring.boot.DataFormatConfigurationPropertiesCommon
Constructor and Description |
---|
BarcodeDataFormatConfiguration() |
Modifier and Type | Method and Description |
---|---|
String |
getBarcodeFormat() |
Boolean |
getContentTypeHeader() |
Integer |
getHeight() |
String |
getImageType() |
Integer |
getWidth() |
void |
setBarcodeFormat(String barcodeFormat) |
void |
setContentTypeHeader(Boolean contentTypeHeader) |
void |
setHeight(Integer height) |
void |
setImageType(String imageType) |
void |
setWidth(Integer width) |
public 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)
public Boolean getContentTypeHeader()
public void setContentTypeHeader(Boolean contentTypeHeader)
Apache Camel