All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Please wait. This can take some minutes ...
Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance.
Project price only 1 $
You can buy this project and download/modify it how often you want.
org.apache.camel.dataformat.deflater.zipDeflater.json Maven / Gradle / Ivy
{
"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": "4.0.5",
"modelName": "zipDeflater",
"modelJavaType": "org.apache.camel.model.dataformat.ZipDeflaterDataFormat"
},
"properties": {
"compressionLevel": { "index": 0, "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": { "index": 1, "kind": "attribute", "displayName": "Id", "required": false, "type": "string", "javaType": "java.lang.String", "deprecated": false, "autowired": false, "secret": false, "description": "The id of this node" }
}
}