org.apache.camel.dataformat.barcode.barcode.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of camel-barcode Show documentation
Show all versions of camel-barcode Show documentation
Camel Barcode (e.g. QRcode, PDF417, DataMatrix) support
{
"dataformat": {
"kind": "dataformat",
"name": "barcode",
"title": "Barcode",
"description": "Transform strings to various 1D\/2D barcode bitmap formats and back.",
"deprecated": false,
"firstVersion": "2.14.0",
"label": "dataformat,transformation",
"javaType": "org.apache.camel.dataformat.barcode.BarcodeDataFormat",
"supportLevel": "Stable",
"groupId": "org.apache.camel",
"artifactId": "camel-barcode",
"version": "3.14.2",
"modelName": "barcode",
"modelJavaType": "org.apache.camel.model.dataformat.BarcodeDataFormat"
},
"properties": {
"width": { "kind": "attribute", "displayName": "Width", "required": false, "type": "integer", "javaType": "java.lang.Integer", "deprecated": false, "autowired": false, "secret": false, "description": "Width of the barcode" },
"height": { "kind": "attribute", "displayName": "Height", "required": false, "type": "integer", "javaType": "java.lang.Integer", "deprecated": false, "autowired": false, "secret": false, "description": "Height of the barcode" },
"imageType": { "kind": "attribute", "displayName": "Image Type", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "Image type of the barcode such as png" },
"barcodeFormat": { "kind": "attribute", "displayName": "Barcode Format", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "Barcode format such as QR-Code" },
"id": { "kind": "attribute", "displayName": "Id", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "The id of this node" }
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy