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

org.apache.camel.dataformat.deflater.gzipDeflater.json Maven / Gradle / Ivy

There is a newer version: 4.8.0
Show newest version
{
  "dataformat": {
    "kind": "dataformat",
    "name": "gzipDeflater",
    "title": "GZip Deflater",
    "description": "Compress and decompress messages using java.util.zip.GZIPStream.",
    "deprecated": false,
    "firstVersion": "2.0.0",
    "label": "dataformat,transformation",
    "javaType": "org.apache.camel.dataformat.deflater.GzipDeflaterDataFormat",
    "supportLevel": "Stable",
    "groupId": "org.apache.camel",
    "artifactId": "camel-zip-deflater",
    "version": "4.0.4",
    "modelName": "gzipDeflater",
    "modelJavaType": "org.apache.camel.model.dataformat.GzipDeflaterDataFormat"
  },
  "properties": {
    "id": { "index": 0, "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 - 2024 Weber Informatics LLC | Privacy Policy