All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.apache.camel.dataformat.barcode.barcode.json Maven / Gradle / Ivy

There is a newer version: 4.9.0
Show newest version
{
  "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