blob: 7fb9f5e4fcd27e3504180a4b4304d38295d80c3f [file] [log] [blame]
{
"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.springboot",
"artifactId": "camel-barcode-starter",
"version": "3.10.0-SNAPSHOT",
"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" }
}
}