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

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

There is a newer version: 4.8.0
Show newest version
{
  "dataformat": {
    "kind": "dataformat",
    "name": "zipDeflater",
    "title": "Zip Deflater",
    "description": "Compress and decompress streams using java.util.zip.Deflater and java.util.zip.Inflater.",
    "deprecated": false,
    "firstVersion": "2.12.0",
    "label": "dataformat,transformation",
    "javaType": "org.apache.camel.dataformat.deflater.ZipDeflaterDataFormat",
    "supportLevel": "Stable",
    "groupId": "org.apache.camel",
    "artifactId": "camel-zip-deflater",
    "version": "3.21.4",
    "modelName": "zipDeflater",
    "modelJavaType": "org.apache.camel.model.dataformat.ZipDeflaterDataFormat"
  },
  "properties": {
    "compressionLevel": { "kind": "attribute", "displayName": "Compression Level", "required": false, "type": "enum", "javaType": "java.lang.Integer", "enum": [ "-1", "0", "1", "2", "3", "4", "5", "6", "7", "8", "9" ], "deprecated": false, "autowired": false, "secret": false, "defaultValue": "-1", "description": "To specify a specific compression between 0-9. -1 is default compression, 0 is no compression, and 9 is the best compression." },
    "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 - 2024 Weber Informatics LLC | Privacy Policy